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
Use template interpolation to stringify keys (#26)
`toString()` always evaluates to `"[object Undefined]"`, so the
current approach ends up storing all connections under the same key,
leaking the ones that are overwritten. This converts to using template
interpolation instead.
0 commit comments