Closed kamyker closed 2 years ago
Postgrest converter works fine but realtime doesn't when using:
channel.OnUpdate += (sender, args) => { var updated = args.Response.Model<MyType>();
Fails in: https://github.com/supabase-community/realtime-csharp/blob/3ce7f335ffcd475228e208e9a70ce673f73fc7d1/Realtime/Converters/RealtimeTimestampConverter.cs#L22
See if that doesn't get it working for you please sir!
Thanks, stopped using supa for now as hosting on arm doesn't work yet. Will check later.
Postgrest converter works fine but realtime doesn't when using:
Fails in: https://github.com/supabase-community/realtime-csharp/blob/3ce7f335ffcd475228e208e9a70ce673f73fc7d1/Realtime/Converters/RealtimeTimestampConverter.cs#L22