0.6.1 • Published 5 years ago

@dxworks/actor v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

actor (experimental)

A fork of google's actor-helper. This variant uses a functional object patttern versus a es6 class pattern found in google's reference implementation.

To-do

Figure out how to handle a bug that appears when two actors share the same name/address. Addresses are not stored in indexeddb, only messages. While the messages contain a recipient key value pair it seems a pain to have to iterate through every message before hoooking up an actor. Also this alone wouldn't handle re-traverses or late hookup edge cases. We discovered this bug when experiementing with the zora test library in the browser.

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago