[Modify] Polish it
This commit is contained in:
parent
1481c82088
commit
c8c554063f
@ -1500,6 +1500,8 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
private bool processPongFrame (WebSocketFrame frame)
|
private bool processPongFrame (WebSocketFrame frame)
|
||||||
{
|
{
|
||||||
|
_logger.Trace ("A pong was received.");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
_pongReceived.Set ();
|
_pongReceived.Set ();
|
||||||
}
|
}
|
||||||
@ -1510,7 +1512,7 @@ namespace WebSocketSharp
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.Trace ("It has been signaled that a pong was received.");
|
_logger.Trace ("It has been signaled.");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user