Sean Proctor
Sean Proctor
It's been a few months of usage here. I've added the `awaitInitialization`, but I'm still occasionally getting hangs while subscribing. Unfortunately, I haven't found a way to consistently reproduce it....
Thanks! I did run it with `--stacktrace`, but I didn't notice that the message was actually in the output.
I had this happen to me today too. Unfortunately, I wasn't logging the session status. Error message: ``` Received message without event: RealtimeMessage(topic=realtime:db-changes, event=system, payload={"message":"Token has expired 0 seconds ago","status":"error","extension":"system","channel":"db-changes"},...
What happens when the refresh fails? It looks like there's no retry, but I'm not confident on that. A lot of devices shut down the wifi after a period of...
Afaik, supabase doesn't have an option to allow for leeway in tokens. If you do a check before a request, make sure they have some time, like 10 - 30...