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
This is typically not seen, as most use cases will have a read listener that is invoked when the read comes in. And that read listener will likely invoke getRead() which will finish the ssl future.
However if no read listener is set, or the read listener does not invoke getRead(), the SSL future wont currently complete. Currently this is because we handle the ssl handshake as we decrypt the read.
The text was updated successfully, but these errors were encountered:
This is typically not seen, as most use cases will have a read listener that is invoked when the read comes in. And that read listener will likely invoke
getRead()
which will finish the ssl future.However if no read listener is set, or the read listener does not invoke
getRead()
, the SSL future wont currently complete. Currently this is because we handle the ssl handshake as we decrypt the read.The text was updated successfully, but these errors were encountered: