rails / spring-watcher-listen

MIT License
64 stars 35 forks source link

Couldn't cleanly terminate all actors in 2 seconds #7

Closed noahsw closed 9 years ago

noahsw commented 9 years ago

When adding 2.0 to my Gemfile, I get this error every time I exit rails console. This is the most related info I could find: https://github.com/celluloid/celluloid/issues/468

irb(main):002:0> exit
E, [2015-07-07T22:58:27.706170 #75560] ERROR -- : Couldn't cleanly terminate all actors in 2 seconds!
e2 commented 9 years ago

Switch to using Listen 3.x - it doesn't use Celluloid anymore.

The only reason to use Listen 2.x is if you need TCP - if there are issues with Listen 3.x please report them ASAP, thanks!.