mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-04 10:10:03 +03:00
fix typo in heartbeat
This commit is contained in:
@@ -277,7 +277,7 @@ void RemoteAuthClient::HeartbeatThread() {
|
||||
if (!m_heartbeat_waiter.wait_for(std::chrono::milliseconds(m_heartbeat_msec))) break;
|
||||
|
||||
nlohmann::json hb;
|
||||
hb["op"] = "hearbeat";
|
||||
hb["op"] = "heartbeat";
|
||||
m_ws.Send(hb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user