Retry send Message along with connection. #185
-
I am trying to establish a connection to the server and send a message. I have configured retries to handle connection failures.
If the connection fails on the first attempt but succeeds on a subsequent retry, that part works fine. However, I need a way to ensure that the message is also resent once the connection is successfully re-established. Is there a built-in way to automatically resend the message along with the connection retry ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It should go into a queue if it tries to send to a client that was connected, and if the client is in a failed state it should be re-tying until the connection is back up. I will check on this weekend. #21 reference |
Beta Was this translation helpful? Give feedback.
-
Release in 3.10 |
Beta Was this translation helpful? Give feedback.
Release in 3.10