[Modify] Polish it

This commit is contained in:
sta 2021-02-10 19:50:24 +09:00
parent 90021a804e
commit 9a1c27d489

View File

@ -65,6 +65,7 @@ namespace WebSocketSharp.Net
{
_callback = callback;
_state = state;
_sync = new object ();
}