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
Fixed bug causing ConnectHandle::is_connected() to sometimes panic.
A ConnectHandle created from a connection from A to B would panic if `is_connected()` or `disconnect()` was called after A was freed.
Fixed by `is_connected()` checking if the contained object is valid through `is_instance_valid()`.
0 commit comments