Subscribe exception csharp
Hello! I am trying to use c# and the 'supabase' nuget package to listen to broadcasted messages.
I am currently playing around with this locally on my machine using a a local supabase instance
using docker on Windows.
In the dashboard, I am using the realtime inspector to join a channel called 'test-channel', then using the code below
to try and get messages from that channel.
NOTE: Using dotnet 9.0
Here is my code:
I get the following exception on the line 'await channel.Subscribe();' every single time, no matter what I try.
I am currently playing around with this locally on my machine using a a local supabase instance
using docker on Windows.
In the dashboard, I am using the realtime inspector to join a channel called 'test-channel', then using the code below
to try and get messages from that channel.
NOTE: Using dotnet 9.0
Here is my code:
I get the following exception on the line 'await channel.Subscribe();' every single time, no matter what I try.