402008 - Websocket blocking write hangs when remote client dies (or is killed) without going thru Close handshake
+ Fixing close and callback failure notificiations to address issues with suddenly killed clients.
This commit is contained in:
parent
2d74857ffa
commit
3be67fa5d1
|
@ -268,3 +268,4 @@ public class ExtensionStack extends ContainerLifeCycle implements IncomingFrames
|
|||
return s.toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue