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
Similar to what is seen in #96 we should ensure that we do not have mach port leaks on ChannelClosed.
We should also use an auto-incrementing number as an id instead of the local_port cast to a u64(here and here) to avoid a race condition if the mach port number is reused. I do not know mach ports well enough to know if this is necessary yet.
Similar to what is seen in #96 we should ensure that we do not have mach port leaks on
ChannelClosed
.We should also use an auto-incrementing number as an id instead of the
local_port
cast to au64
(here and here) to avoid a race condition if the mach port number is reused. I do not know mach ports well enough to know if this is necessary yet.Related to: #96 #105
The text was updated successfully, but these errors were encountered: