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
Trying to use this as is but are having a little trouble handling backgrounding on iOS. The problem with iOS is that it can sometimes randomly connect to a different wifi network when coming out of background. Because of this any existing rabbitMQ connections that it had can become invalid or break.
What I'm trying to do is close everything down, close the consumer and connection on background, and then restart it upon resume. I see that this has significant improvements concerning teardown but I'm having trouble with the actual implementation.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I will post the changes to the wrapper I made to my github repo sometime later today. The way I had it work was by enabling some of the commented out connection checker code and defaulting to "failing fast". I would rather have it assume it's down and just reestablish a connection immediately than have it sit there waiting for minutes on end.
Trying to use this as is but are having a little trouble handling backgrounding on iOS. The problem with iOS is that it can sometimes randomly connect to a different wifi network when coming out of background. Because of this any existing rabbitMQ connections that it had can become invalid or break.
What I'm trying to do is close everything down, close the consumer and connection on background, and then restart it upon resume. I see that this has significant improvements concerning teardown but I'm having trouble with the actual implementation.
Thank you in advance!
The text was updated successfully, but these errors were encountered: