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
Is there a recommended way to handle this for production to handle reconnections and errors, or some demo code people are using for production to handle this? I tried to write my own reconnection logic but I ended up with it crashing after some time on CHANNEL_ERROR likely due to my code
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have a few realtime subscriptions currently setup but I want to integrate proper reconnection logic.
I found this in a github discussion https://gist.github.com/Cikmo/bcba91318ba19dae1f914b32bf2b94b2 however I'm unsure if it works with nuxt 3 and the module as I end up with a timeout error after about 10 seconds after a successful connection.
Is there a recommended way to handle this for production to handle reconnections and errors, or some demo code people are using for production to handle this? I tried to write my own reconnection logic but I ended up with it crashing after some time on CHANNEL_ERROR likely due to my code
The text was updated successfully, but these errors were encountered: