You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always good too avoid OOM errors. We need to call the isWriteable method on Channel when we do writes, because writeAndFlush can just force stuff into an unbounded queue. In general, backpressure seems to work without this, but we should check it out.
The text was updated successfully, but these errors were encountered:
Always good too avoid OOM errors. We need to call the
isWriteable
method onChannel
when we do writes, becausewriteAndFlush
can just force stuff into an unbounded queue. In general, backpressure seems to work without this, but we should check it out.The text was updated successfully, but these errors were encountered: