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
Realtime client should not allow to have duplicate channels, when calling realtime.channel('my-topic') twice, it should return the same channel instead of pushing a new one to the channels array.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Following up on the discussion on: supabase-community/supabase-kt#831 (comment)
Realtime client should not allow to have duplicate channels, when calling
realtime.channel('my-topic')
twice, it should return the same channel instead of pushing a new one to thechannels
array.The text was updated successfully, but these errors were encountered: