grav icon indicating copy to clipboard operation
grav copied to clipboard

WaitUntil can sometimes behave strangely

Open cohix opened this issue 3 years ago • 0 comments

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.

cohix avatar Aug 25 '21 17:08 cohix