[Modify] Polish it

This commit is contained in:
sta 2020-09-27 19:40:07 +09:00
parent 5bbcac08e0
commit 430173bf43

View File

@ -186,6 +186,7 @@ namespace WebSocketSharp.Net
{
lock (((ICollection) _endpoints).SyncRoot) {
EndPointListener lsnr;
if (!_endpoints.TryGetValue (endpoint, out lsnr))
return false;