tweaks doc / license + send proper error code when closing the connecion

This commit is contained in:
Benjamin Sergeant
2018-11-12 09:00:55 -08:00
parent 4fed156b90
commit 9cb1d03411
7 changed files with 137 additions and 44 deletions

View File

@ -146,7 +146,8 @@ namespace ix
void sendOnSocket();
WebSocketSendInfo sendData(wsheader_type::opcode_type type,
const std::string& message);
const std::string& message,
bool compress);
void emitMessage(MessageKind messageKind,
const std::string& message,