Remove unnecessary flushOnEach (since reactor-netty 0.9)

This commit is contained in:
Stephane Maldini 2019-06-25 16:05:30 -07:00
parent e947e08638
commit 339ee01233
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ public class ReactorNettyWebSocketSession
})
.map(this::toFrame);
return getDelegate().getOutbound()
.options(NettyPipeline.SendOptions::flushOnEach)
.sendObject(frames)
.then();
}