mirror of
https://github.com/win32service/Win32ServiceBundle.git
synced 2026-04-27 02:38:02 +02:00
Failed message are never retried nor sent to the failure transport #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nkrewcun on GitHub (Oct 21, 2024).
Originally assigned to: @macintoshplus on GitHub.
When a handler failed and should be retried, it doesn't. Instead, the message is just rejected.
The same happens when a message should be sent to the failure transport.
This is due to the following listeners not being called :
@macintoshplus commented on GitHub (Oct 23, 2024):
Fixed with release v2.0.3