quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Avoid to block thread while write to a nil channel

Open tigerlee opened this issue 4 years ago • 1 comments

if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()

tigerlee avatar Sep 18 '20 02:09 tigerlee

I think we've seen other similar prs in the past for this- can we get a test to verify implementation?

cbusbey avatar Sep 30 '20 00:09 cbusbey