supabase-community / realtime-csharp

A C# client library for supabase/realtime.
https://supabase-community.github.io/realtime-csharp/api/Supabase.Realtime.Client.html
MIT License
70 stars 12 forks source link

`user_token` should be refreshed on each channel subscription reconnection #11

Closed acupofjose closed 2 years ago

acupofjose commented 2 years ago

Ref: supabase-community/supabase-csharp#13

"Channel (subscription) is created with user_token with an expiration that never gets updated with setAuth (never refreshed). No successful reconnection after user_token has expired even though supabase-js is calling setAuth with refreshed token."