[Modify] Polish it

This commit is contained in:
sta 2020-10-07 19:50:22 +09:00
parent 204fd79dfc
commit 04fe7d5ad1

View File

@ -213,10 +213,12 @@ namespace WebSocketSharp.Net
return; return;
var prefs = _unhandled; var prefs = _unhandled;
if (prefs != null && prefs.Count > 0) if (prefs != null && prefs.Count > 0)
return; return;
prefs = _all; prefs = _all;
if (prefs != null && prefs.Count > 0) if (prefs != null && prefs.Count > 0)
return; return;