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
Sometimes a handler is unable to handle a message. This is common in cases where a remote socket needs to connect before it can handle a message.
A common facility for wrapping handlers in a buffer would be helpful. The buffer can queue messages when the handler is unavailable and release them once the handler becomes available. Semantics for both the size of the buffer and a timeout for messages in the buffer should be configurable.
The text was updated successfully, but these errors were encountered:
Sometimes a handler is unable to handle a message. This is common in cases where a remote socket needs to connect before it can handle a message.
A common facility for wrapping handlers in a buffer would be helpful. The buffer can queue messages when the handler is unavailable and release them once the handler becomes available. Semantics for both the size of the buffer and a timeout for messages in the buffer should be configurable.
The text was updated successfully, but these errors were encountered: