diff --git a/websocket-sharp/Net/HttpListenerAsyncResult.cs b/websocket-sharp/Net/HttpListenerAsyncResult.cs index f440662c..0cd4150f 100644 --- a/websocket-sharp/Net/HttpListenerAsyncResult.cs +++ b/websocket-sharp/Net/HttpListenerAsyncResult.cs @@ -210,7 +210,7 @@ namespace WebSocketSharp.Net ? new HttpListenerException (995, "The listener is closed.") : exception; - complete (this); + complete (); } internal void Complete (HttpListenerContext context, bool syncCompleted)