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
Instead of returning an opaque ID for manual unsubscription, let's
instead return a struct which holds on the connection and automatically
unsubscribes when dropped.
This allows controlling the lifecycle of a signal subscription through
the standard lifetime management of Rust which is a lot more convenient.
0 commit comments