nash8114

Results 7 comments of nash8114

This pull request has been stagnant as I've not been using angelo for a while.

I've pushed a new commit. The pushed changes should help fix an issue upgrading to this new version. The implementation now supports both tuple size 3 and 4 for :proxy_operation....

That sounds like a great idea. I've avoided it so far as it means that `proxy_to_node` would need to be able to make a distinction between different messages. Currently it...

Pushed an update which changes the `start_child` logic to perform `add_child` locally if the TTL has expired. Tests have been updated accordingly. On a another note, I am considering returning...

I'll write something about the option in the readme. In normal cases the TTL should not be necessary, but there are some cases which are improved by this. Most notably:...

That is unfortunately exactly what I'm saying. This is an implementation choice due to a fallback in a case statement in `key_to_node`. https://github.com/bitwalker/libring/blob/main/lib/ring.ex#L212 Works fine on OTP 26 ``` iex(1)>...

A PR was raised, but there is no issue for it. The PR is still open. PR: https://github.com/bitwalker/libring/pull/35 I don't think it will help to create an issue about it...