Initialize the continuation flag when closing
This commit is contained in:
parent
9ff19e6ecd
commit
0cddc67001
@ -794,6 +794,7 @@ namespace WebSocketSharp
|
||||
if (_fragmentsBuffer != null) {
|
||||
_fragmentsBuffer.Dispose ();
|
||||
_fragmentsBuffer = null;
|
||||
_inContinuation = false;
|
||||
}
|
||||
|
||||
if (_receivePong != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user