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
It's not safe adding handlers after connect() - it could be the case when data arrives earlier than handlers added and it would just be discarded
Need to double check if it's safe to invoke write() when connect() ChannelFuture completes. Basically the channel is ready for writing on channelActive event (see ChannelInboundHandler)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: