change stuff
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m23s

This commit is contained in:
matst80
2024-11-13 22:52:36 +01:00
parent 4d3e49b53d
commit 0a0fd1738c
4 changed files with 21 additions and 12 deletions

View File

@@ -49,11 +49,8 @@ func (h *GrainHandler) RemoteHandleMessageHandler(data *FrameWithPayload, result
replyData, err := h.pool.Process(cartData.Id, msg)
if err != nil {
fmt.Println("Error handling message:", err)
}
resultChan <- *replyData
return nil
return err
}
func (h *GrainHandler) RemoteGetStateHandler(data *FrameWithPayload, resultChan chan<- FrameWithPayload) error {