(websocket) add a positive number to the heartbeat message sent, incremented each time the heartbeat is sent
This commit is contained in:
@ -164,7 +164,7 @@ namespace ix
|
||||
}
|
||||
else if (event->type == ix::CobraEventType::Pong)
|
||||
{
|
||||
spdlog::info("Received websocket pong");
|
||||
spdlog::info("Received websocket pong: {}", event->errMsg);
|
||||
}
|
||||
else if (event->type == ix::CobraEventType::HandshakeError)
|
||||
{
|
||||
|
Reference in New Issue
Block a user