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
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
This was bugged, as HandlerConverter would be destroyed as soon as its
scope was exited, causing no events to be delivered. By adding an
associated object on the subscription that should be held onto by
objective-c, it now only gets destroyed when the subscription does.
Fixes#7.
0 commit comments