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
_listeners used a string_view as key, it would point to the first
registration->field value, but once that value is gone, the reference
will point to garbage and the process will crash.
Change it to a string, the copy is harmless given the other costs of
subscription.
Closes: #162
0 commit comments