indentation / comestic changes

This commit is contained in:
Benjamin Sergeant
2019-04-19 16:57:38 -07:00
parent 3d8297247e
commit 7df7453365
6 changed files with 41 additions and 31 deletions

View File

@ -130,7 +130,7 @@ namespace ix
std::lock_guard<std::mutex> lock(_configMutex);
_enablePong = false;
}
void WebSocket::start()
{
if (_thread.joinable()) return; // we've already been started
@ -188,7 +188,7 @@ namespace ix
{
std::lock_guard<std::mutex> lock(_configMutex);
_ws.configure(_perMessageDeflateOptions,
_enablePong,
_enablePong,
_pingIntervalSecs,
_pingTimeoutSecs);
}