Replies: 1 comment
-
This is just a limited perspective by having a look around the code for Bu this might also be of interest to you: we were running into the exact issue your contribution aims to fix (retry on lost connection). However, we are getting a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you get an AMQPConnectionException with the message "Library error: a SSL error occurred" or "a socket error occurred", is it safe to retry or in theory is it possible to get this exception after a message is successfully published on the server but before the response was received by the client?
I think if the timing is just right and you have retries implemented, then you could end up double publishing the message in failure scenarios.
Related to this change in Symfony symfony/symfony#54167 (comment)
Beta Was this translation helpful? Give feedback.
All reactions