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
According to the docs, protoactor guarantees delivery no more than once but when I debug grain method the debugger pauses cause timeout on client side and it resends the same request multiple times. The guarantee is broken and we can't rely on that messages will not be duplicated by the transport.
The text was updated successfully, but these errors were encountered:
AqlaSolutions
changed the title
At-most-once guarantee broken
At-most-once guarantee is broken
May 26, 2023
According to the docs, protoactor guarantees delivery no more than once but when I debug grain method the debugger pauses cause timeout on client side and it resends the same request multiple times. The guarantee is broken and we can't rely on that messages will not be duplicated by the transport.
The text was updated successfully, but these errors were encountered: