[Modify] Polish it
This commit is contained in:
parent
ed1369a61b
commit
8e10174cab
@ -1627,7 +1627,7 @@ namespace WebSocketSharp
|
||||
{
|
||||
lock (_forState) {
|
||||
if (_readyState != WebSocketState.Open) {
|
||||
_logger.Error ("The sending has been interrupted.");
|
||||
_logger.Error ("The state of the connection has been changed.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user