diff --git a/be1-go/hub/standard_hub/mod.go b/be1-go/hub/standard_hub/mod.go index 1567cb7724..306f4c9265 100644 --- a/be1-go/hub/standard_hub/mod.go +++ b/be1-go/hub/standard_hub/mod.go @@ -483,9 +483,6 @@ func (h *Hub) sendGetMessagesByIdToServer(socket socket.Socket, missingIds map[s // sendHeartbeatToServers sends a heartbeat message to all servers func (h *Hub) sendHeartbeatToServers() { - if h.hubInbox.IsEmpty() { - return - } heartbeatMessage := method.Heartbeat{ Base: query.Base{ JSONRPCBase: jsonrpc.JSONRPCBase{