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
Dogma's IntegrationMessageHandler interface has a TimeoutHint() method which returns a suitable timeout to use for the given message.
The integration.Supervisor is currently not calling this method, and therefore not imposing a timeout at all. IIRC the spec also says that the engine should impose a timeout even when no hint is provided.
The text was updated successfully, but these errors were encountered:
Dogma's
IntegrationMessageHandler
interface has aTimeoutHint()
method which returns a suitable timeout to use for the given message.The
integration.Supervisor
is currently not calling this method, and therefore not imposing a timeout at all. IIRC the spec also says that the engine should impose a timeout even when no hint is provided.The text was updated successfully, but these errors were encountered: