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