set a default close reason string
This commit is contained in:
parent
d6b49b54d4
commit
310ab990bd
@ -766,6 +766,7 @@ namespace ix
|
||||
_socket->close();
|
||||
|
||||
_closeCode = 1000;
|
||||
_closeReason = "Normal Closure";
|
||||
setReadyState(CLOSED);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user