bitwalker / swarm

Easy clustering, registration, and distribution of worker processes for Erlang/Elixir
MIT License
1.19k stars 102 forks source link

Switch from :track and :untrack events, which are unrecognized, to replica events which *are* recognized #128

Open jesseshieh opened 5 years ago

jesseshieh commented 5 years ago

Closes https://github.com/bitwalker/swarm/issues/127

I'm really not sure if this is correct or not, but the tests seem to pass and the "unrecognized cast" messages are now gone. I'm not sure whether it actually fixes anything or changes any behavior.