[Modify] Polish it

This commit is contained in:
sta 2021-04-02 20:38:13 +09:00
parent 0398153b54
commit 01cb8f9449

View File

@ -589,6 +589,7 @@ namespace WebSocketSharp.Net
_ctxRegistry[context] = context;
var ares = getAsyncResultFromQueue ();
if (ares == null)
_ctxQueue.Add (context);
else