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
I'd catch the error and if one occurs, restart the app.
When implementing this, I'm using a queue handler to feed the messages, so the queue handler is responsible for knowing when the message really was sent (from the callback). That way it is safe to restart the application in case of a connection error. Worst case a message gets double sent.
Hi,
Thank you for your Library. This is more of a question.
How do i configure the instance to reconnect automatically in case of a connection error in production.
Thanks in advance
The text was updated successfully, but these errors were encountered: