Open
Description
Should multiple concurrently enabled read / write watchers on the same stream error? I can't imagine a use case and think it's an error when it happens. Multiple watchers with one enabled at a time might be fine to switch between different handlers.
One problem I can see is that watchers are enabled by default and you can't create a new watcher being disabled if one is enabled already.
Activity