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
RealtimeChannels.get() uses this.params and this.modes when checking that channel options haven't changed, but these fields are only set after the channel is attached. This created a bug when RealtimeChannels.get() is invoked during attaching state.
The text was updated successfully, but these errors were encountered:
RealtimeChannels.get()
usesthis.params
andthis.modes
when checking that channel options haven't changed, but these fields are only set after the channel is attached. This created a bug whenRealtimeChannels.get()
is invoked duringattaching
state.The text was updated successfully, but these errors were encountered: