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
fix: unsubscribe fails depending on channel id type
`Object.keys` casts to strings, channel ids can be are
numbers, the compare function does not cast.
in general its faster to do a direct object access instead of
converting to an array and doing a search on the array.
0 commit comments