[Modify] Replace it

This commit is contained in:
sta 2020-12-27 21:54:20 +09:00
parent 8ce8cf02f3
commit 5568531c69

View File

@ -342,9 +342,7 @@ namespace WebSocketSharp.Net
}
}
_websocketContext = new HttpListenerWebSocketContext (this, protocol);
return _websocketContext;
return GetWebSocketContext (protocol);
}
#endregion