quickfix
quickfix copied to clipboard
Avoid to block thread while write to a nil channel
if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()
I think we've seen other similar prs in the past for this- can we get a test to verify implementation?