Initialize the continuation flag when closing

master
sta 10 years ago
parent 9ff19e6ecd
commit 0cddc67001

@ -794,6 +794,7 @@ namespace WebSocketSharp
if (_fragmentsBuffer != null) { if (_fragmentsBuffer != null) {
_fragmentsBuffer.Dispose (); _fragmentsBuffer.Dispose ();
_fragmentsBuffer = null; _fragmentsBuffer = null;
_inContinuation = false;
} }
if (_receivePong != null) { if (_receivePong != null) {

Loading…
Cancel
Save