You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a handler is too long, the client will get a nats timeout and the handler will consider that the client has received a reply.
Ideally, if the handler reaches a timeout slightly smaller that the client timeout, we should reply with a TOOLONG or SERVERBUSY error and cancel the handler context.
The text was updated successfully, but these errors were encountered:
If a handler is too long, the client will get a nats timeout and the handler will consider that the client has received a reply.
Ideally, if the handler reaches a timeout slightly smaller that the client timeout, we should reply with a TOOLONG or SERVERBUSY error and cancel the handler context.
The text was updated successfully, but these errors were encountered: