-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
InitializeAsync never returns when set AutoConnectRealtime = true
To Reproduce
Supabase.Client? cli;
Task.Run(async () =>
{
var options = new Supabase.SupabaseOptions
{
AutoConnectRealtime = true,
AutoRefreshToken = true
};
var client = new Supabase.Client(url,key, options);
await client.InitializeAsync();
cli = client;
}).Wait(); // stuck here, never returnExpected behavior
Should return
System information
- OS: macOS
- .NET 8.0
- ARM64
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working