From 61dac4bd8a2d65c9a0c485a7136a7b13844eb0ea Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 3 Apr 2021 21:18:07 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListener.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index 44634fa2..eb879df4 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -540,6 +540,7 @@ namespace WebSocketSharp.Net return false; _connections[connection] = connection; + return true; } }