[Modify] Polish it
This commit is contained in:
parent
f9b0c99b69
commit
aea4f83186
@ -1407,7 +1407,7 @@ namespace WebSocketSharp
|
|||||||
if (!send (Fin.Final, Opcode.Pong, data, false))
|
if (!send (Fin.Final, Opcode.Pong, data, false))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
_logger.Debug ("A pong has been sent to respond to this ping.");
|
_logger.Trace ("A pong has been sent to respond to this ping.");
|
||||||
|
|
||||||
if (_emitOnPing)
|
if (_emitOnPing)
|
||||||
enqueueToMessageEventQueue (new MessageEventArgs (frame));
|
enqueueToMessageEventQueue (new MessageEventArgs (frame));
|
||||||
|
Loading…
Reference in New Issue
Block a user