[Modify] Remove it
This commit is contained in:
parent
bea69ddebc
commit
ff4686c128
@ -488,11 +488,6 @@ namespace WebSocketSharp.Net
|
||||
_disposed = true;
|
||||
}
|
||||
|
||||
private HttpListenerAsyncResult getAsyncResultFromQueue ()
|
||||
{
|
||||
return _waitQueue.Count > 0 ? _waitQueue.Dequeue () : null;
|
||||
}
|
||||
|
||||
private HttpListenerContext getContextFromQueue ()
|
||||
{
|
||||
return _contextQueue.Count > 0 ? _contextQueue.Dequeue () : null;
|
||||
|
Loading…
Reference in New Issue
Block a user