[Modify] Polish it

This commit is contained in:
sta 2021-05-21 19:38:46 +09:00
parent 0f871058a4
commit ec462b5ec2

View File

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