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
We currently have sendTextMessage(String) vs sendMessage(byte) and streamText(String) vs stream(byte). @jfarcand Any reason for not having a single method name + overloading?
* Fix crash if connection is closed very early
If the channel is closed before flatMap is executed, all ChannelHandler are removed and `TLSEventsHandler` is therefore not present either. We need to tolerate this even though it is very rare.
Testing ideas welcome.
FixesAsyncHttpClient#670
* drop precondition to assert
I think
sendBinaryMessage
is an old API.The text was updated successfully, but these errors were encountered: