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
While stress testing fsnotify/fsnotify#371 I ran into a panic that I tracked down to
one thread calling Close() while another thread was still trying to process one or more events
it had already gotten back from the OS.