From 90021a804e134f3ae3ba0002d0439998860ad349 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 Feb 2021 19:46:54 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpStreamAsyncResult.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket-sharp/Net/HttpStreamAsyncResult.cs b/websocket-sharp/Net/HttpStreamAsyncResult.cs index 44189303..9de82e13 100644 --- a/websocket-sharp/Net/HttpStreamAsyncResult.cs +++ b/websocket-sharp/Net/HttpStreamAsyncResult.cs @@ -165,6 +165,7 @@ namespace WebSocketSharp.Net return; _completed = true; + if (_waitHandle != null) _waitHandle.Set ();