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
UnixStream holds a IoHandle<mio_uds::UnixStream> which is not correctly disposed of in into_raw_fd, resulting in the returned file descriptor being closed when into_raw_fd returns, making the function useless.
The text was updated successfully, but these errors were encountered:
UnixStream holds a
IoHandle<mio_uds::UnixStream>
which is not correctly disposed of ininto_raw_fd
, resulting in the returned file descriptor being closed wheninto_raw_fd
returns, making the function useless.The text was updated successfully, but these errors were encountered: