Commit b9755e9a authored by piccit's avatar piccit

udpate comment

parent 6e2a7a20
......@@ -315,7 +315,6 @@ internal void OnDisconnected(ConnectionFailureType failureType, PhysicalConnecti
Trace("OnDisconnected");
// if the next thing in the pipe is a PING, we can tell it that we failed (this really helps spot doomed connects)
// note that for simplicity we haven't removed it from the queue; that's OK
int count;
var ping = queue.PeekPing(out count);
if (ping != null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment