Remove unnecessary flushOnEach (since reactor-netty 0.9)
This commit is contained in:
parent
e947e08638
commit
339ee01233
|
|
@ -90,7 +90,6 @@ public class ReactorNettyWebSocketSession
|
|||
})
|
||||
.map(this::toFrame);
|
||||
return getDelegate().getOutbound()
|
||||
.options(NettyPipeline.SendOptions::flushOnEach)
|
||||
.sendObject(frames)
|
||||
.then();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue