[Modify] Polish it

This commit is contained in:
sta 2020-11-10 19:42:58 +09:00
parent 307d4e45b8
commit 8faeda2171

View File

@ -221,9 +221,6 @@ namespace WebSocketSharp.Net
if (_stream == null)
return;
_inputStream = null;
_outputStream = null;
_stream.Dispose ();
_stream = null;