Open
Description
This is more of a question than an issue
What are the reasons preventing the listener's interface to restart after a stop?
require "listen"
listener = Listen.to { |changes| puts changes }
listener.start
listener.stop
listener.start
# => cannot start from state :stopped (ArgumentError)
Metadata
Assignees
Labels
No labels