(websocket client) heartbeat is not sent at the requested frequency (fix #232)

This commit is contained in:
Benjamin Sergeant
2020-07-29 11:24:42 -07:00
parent c2b05af022
commit 4d51098c86
4 changed files with 8 additions and 3 deletions

View File

@ -200,7 +200,7 @@ namespace ix
}
else if (msg->type == ix::WebSocketMessageType::Pong)
{
spdlog::info("Received pong");
spdlog::info("Received pong {}", msg->str);
}
else
{