This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Changing Celluloid.task_class crashes Reel #170
Milestone
Comments
@kylekyle do you have a backtrace of the exception raised? |
No stack trace, it just shuts down. As soon as a client connects, all Celluloid::Actor instances terminate:
And then a few seconds later:
If I comment out |
Understood. Do you mind listing the various versions of what you're using? Reel, Celluloid & Celluloid::IO, the underlying Ruby VM, WebMachine, etc? |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If Celluloid's task class is changed to
Celluloid::TaskThread
before Reel is loaded, then Reel crashes. I'm not sure if this happens in every instance, but it is easily reproduced using the example from the Webmachine Reel Adapted example on the wiki:If you change the adapter to anything other than
:Reel
, it works fine. Tested using Reel 0.5.0 and Webmachine 1.3.1.The text was updated successfully, but these errors were encountered: