(websocket client) heartbeat is not sent at the requested frequency (fix #232)
This commit is contained in:
@ -200,7 +200,7 @@ namespace ix
|
||||
}
|
||||
else if (msg->type == ix::WebSocketMessageType::Pong)
|
||||
{
|
||||
spdlog::info("Received pong");
|
||||
spdlog::info("Received pong {}", msg->str);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user