comedy
comedy copied to clipboard
Node.js actor framework.
Getting comedy to work in the browser would be an interesting development. removing dependencies on node and also converting the project to use ES modules.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
This is probably the least important issue but figured we can discuss it anyway. All the current stable versions of node and browsers support promises and bluebird is not a...
This thread is about the discussion around the topic so it should stay open for a while. The idea is that the library shouldn't actually be doing the configuration because...
when running the basic getting started example the following error appears: ``` (node:290995) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency ``` followed by a whole trace...
1. Initialize a forked (maybe also in-memory?) actor with custom parameters. I primarily use this to pass in some other ActorRefs. 2. The actor reads from getCustomParameters() in the initialize...
Currently ActorRefs can be passed to Actor calls, but when using forked or threaded actors, this only is correctly handled for a few cases: - As a method parameter value...
1. Create a local in-memory actor L 2. Pass it to a forked actor F 3. Destroy the local in-memory actor L 4. The forked actor won't recognize the new...
When i use forked actors, i got this error (and don't know why and where) Error occurring at `/var/www/scripts/node_modules/comedy/lib/forked-actor.js:476:18` Full error: ` TypeError: Cannot read property 'send' of undefined at...
It seems the actor state names are not documented. They appear to be "new", "ready" and maybe a few more such as "destroying" or "destroyed". And "crashed"? They should be...