Replaced the AcceptWebSocket (string, Logger) method with the AcceptWebSocket (string) method
This commit is contained in:
@@ -554,7 +554,7 @@ namespace WebSocketSharp.Server
|
||||
state => {
|
||||
try {
|
||||
if (ctx.Request.IsUpgradeTo ("websocket")) {
|
||||
processRequest (ctx.AcceptWebSocket (null, _logger));
|
||||
processRequest (ctx.AcceptWebSocket (null));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user