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
What are the reasons preventing the listener's interface to restart after a stop?
require"listen"listener=Listen.to{ |changes| putschanges}listener.startlistener.stoplistener.start# => cannot start from state :stopped (ArgumentError)
The text was updated successfully, but these errors were encountered:
This is more of a question than an issue
What are the reasons preventing the listener's interface to restart after a stop?
The text was updated successfully, but these errors were encountered: