You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now https://github.com/leo-project/leo_konsul (leo_redundant_manager replacement) has been under active development and once this works finished, we may be able to fix this issue in a more easy way like below
% Add the code below into where waiting for responses from recipients
{ok, Ref} =leo_konsul:subscribe_on_node_state_change(self()),
receive
{Ref, node_state_change, Node, _PrevState, stop} ->
% Give up waiting for the response from Node ...after ->
% ...end,
We will postpone this issue to 1.4.1 once it turns out that the above idea can be feasible.
Found through discussions on #702.
Reference: #702 (comment)
This can be reduced by
The text was updated successfully, but these errors were encountered: