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
If WatchManager.close() is called twice then bad things can happen :)
Also if WatchManager.close() is called then Notifier.stop() the same thing can happen.
Basically, there needs to be a well defined lifetime/ownership for the fd otherwise we can start randomly closing the fd's belonging to other objects which don't expect it.
The text was updated successfully, but these errors were encountered:
If WatchManager.close() is called twice then bad things can happen :)
Also if WatchManager.close() is called then Notifier.stop() the same thing can happen.
Basically, there needs to be a well defined lifetime/ownership for the fd otherwise we can start randomly closing the fd's belonging to other objects which don't expect it.
The text was updated successfully, but these errors were encountered: