Open doits opened 9 years ago
@doits can you please mention the version of DCell you are using and a provide a simple test scenario? Thanks
I was at 0.16.*
, using master now and this does not terminate like this.
Testcase is simply a script with one line:
require 'dcell'
On master this now gives
D, [2015-07-16T19:20:08.589852 #96773] DEBUG -- : Terminating 4 actors...
Not sure what it is doing (because I did not start anything, so what has to be terminated?)
Having a simple script with one line:
already gives the following error when the script terminates:
I'd expect it to do nothing until I call something like
DCell.start
or try to use is (DCell::Node.all
etc.). (Happens for me in Rails when I run arake
task: I want to skipDCell
completely then, but it always throws this error at the end of the script.)