Ali Farhadi

Results 10 comments of Ali Farhadi

@benoitc you already own `erlang_xxhash` package in hex. Would you please create a PR and publish the latest version on hex.pm?

I also have the same issue with 3 nodes. I use a docker-compose file to start 3 containers at the same time and they all stuck syncing/waiting.

I'm still having the same issue with latest master branch.

Use cases: 1. in an inbox user clicks "mark all as read" and we want to show how many messages have been updated. 2. in a store when user buys...

Anyway, I'm fine with a BC break, because the current returned value is almost useless. I don't know about document databases but in SQL, returned value is almost always true....

Blocking those callbacks is kind of a workaround for connection interruptions but still has the downside that we have to copy the state to the new connection process, also in...

Thanks for your reply. I think Thousand Island should provide a way to let the connection process stay alive and also provide an api to change the controlling process of...

For the first part I think it is possible to implement it in a backward compatible way by adding a configuration flag to take a different path to do the...

Now that I think about it, that's the best way to implement a feature like this without over engineering the standard features of the library.

Which versions of rust, erlang, and elixir do you use?