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