measure remote grain latency
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s

This commit is contained in:
matst80
2024-11-11 13:35:03 +01:00
parent c4572bf057
commit c57b8a2c53
2 changed files with 31 additions and 2 deletions

View File

@@ -41,7 +41,9 @@ func (h *GrainHandler) RemoteHandleMessageHandler(id CartId, data []byte) (uint3
fmt.Println("Error reading message:", err)
return RemoteHandleMutationReply, nil, err
}
replyData, err := h.pool.Process(id, msg)
if err != nil {
fmt.Println("Error handling message:", err)
}