minor improvements (#66)
* minor improvements * fix build * improve tests code
This commit is contained in:
committed by
Benjamin Sergeant
parent
4934f5846b
commit
2254421ead
@ -719,7 +719,7 @@ namespace ix
|
||||
bool compress,
|
||||
const OnProgressCallback& onProgressCallback)
|
||||
{
|
||||
if (_readyState == CLOSING || _readyState == CLOSED)
|
||||
if (_readyState != OPEN)
|
||||
{
|
||||
return WebSocketSendInfo();
|
||||
}
|
||||
|
Reference in New Issue
Block a user