measure remote grain latency
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user