Open JoeZ99 opened 8 years ago
Related issue: https://github.com/celluloid/celluloid/issues/696 Need to wait for celluloid v0.17.4 for the fix: https://github.com/celluloid/celluloid/issues/728
Looks pretty stale: https://github.com/celluloid/celluloid/commit/8d8f1d460d7916598da875291b8e5ea68f948d3a and https://github.com/celluloid/celluloid/commit/3444c6c9a8832caf3203146e6e9447bd06f92526 Or am I missing something?
Latest stable is 0.17.3, I also see 0.18 prerelease, maybe it is fixed there.
For 0.18.0.pre I get Celluloid is not yet started; use Celluloid.boot
when running the specs, so it looks like some work will be needed.
no special configuration. just
gem 'wisper-celluloid'
in your GemfileRails 4.2.6
Ruby 2.2.0
enter the rails console
that's it. every time you exit the console, it tries to terminate "actors" for 10 seconds and finally throws an error.
No need to use the gem anywhere in the app. Just install it.
When testing, the same delay and error message,