Tyler

Results 218 comments of Tyler

@maxfornacon @jstdk Sorry for taking some time to release a new version here, but the current most recent version should have this issue fixed!

@maxfornacon Okay, you reported three different errors, and it seems like the first one is at least not happening anymore. Not sure if the update mitigated the second error, but...

I was receiving a lot of `SocketException` and `WebSocketException` even on the latest version of supabase_flutter actually, but this PR should finally fix that. https://github.com/supabase/supabase-flutter/pull/637 Thanks for the steps to...

@ymerdrengene We publish weekly updates on every Monday usually!

Yup, the invalid token issue does happen when the token expires between the time of going into offline and coming back. We are in the process of fixing this one...

Thanks for following up with this one, and sorry that it's taking so long for this to be resolved. We are investigating this issue, but not going to lie it...

@w3b6x9 Would you be able to provide what would be the appropriate action to take on each status that realtime returns?

It seems like there are two separate issues here - Postgrest making request with an invalid JWT - Gotrue sometimes not refreshing the JWT The cause of the Gotrue one...

> I just have one question what will happen when it can't refresh the session will this log the user out? If the SDK did attempt to refresh the access...

> Is there a way to refresh the session without closing and reopening the app? For example to refresh the client when onAuthStateChenged throws? Again, it's not a pretty workaround,...