grav
grav copied to clipboard
WaitUntil can sometimes behave strangely
Under high load, something like this can fail to find a reply:
pod.Send(jobMsg).WaitUntil(grav.Timeout(5), func(msg grav.Message) error { ... })
It's unclear why, as another connected pod can indeed find said reply.