The current PathEvent::Opened is very minimal. But this means that by the time you get to noq you need to acquire the lock again to get things like the path remote address. That in turn means the path could be closed already by the time you request that. But this really should be infallible at this point. So we should add a little more information to an opened path.
The current
PathEvent::Openedis very minimal. But this means that by the time you get tonoqyou need to acquire the lock again to get things like the path remote address. That in turn means the path could be closed already by the time you request that. But this really should be infallible at this point. So we should add a little more information to an opened path.