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
InitializeAsync never returns when set AutoConnectRealtime = true
To Reproduce
Supabase.Client?cli;Task.Run(async()=>{varoptions=newSupabase.SupabaseOptions{AutoConnectRealtime=true,AutoRefreshToken=true};varclient=newSupabase.Client(url,key,options);awaitclient.InitializeAsync();cli=client;}).Wait();// stuck here, never return
Expected behavior
Should return
System information
OS: macOS
.NET 8.0
ARM64
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
InitializeAsync never returns when set
AutoConnectRealtime = true
To Reproduce
Expected behavior
Should return
System information
The text was updated successfully, but these errors were encountered: