Closed markdrayton closed 3 years ago
Currently the check to see if a connection was canceled happens after newConn() is called, leaking a goroutine waiting to receive on chInPkt. Move the check up.
Closes #77.
Currently the check to see if a connection was canceled happens after newConn() is called, leaking a goroutine waiting to receive on chInPkt. Move the check up.
Closes #77.