We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2288f54 commit 31e2d80Copy full SHA for 31e2d80
src/pg_local.erl
@@ -162,9 +162,7 @@ member_died(Ref, Pid) ->
162
[{{ref, Ref}, Pid}] ->
163
leave_all_groups(Pid);
164
%% in case the key has already been removed
165
- %% we can perform the lookup using the DOWN message pid
166
- [] ->
167
- leave_all_groups(Pid);
+ %% we can perform the lookup using the valuee from the DOWN message
168
_ ->
169
leave_all_groups(Pid)
170
end,
0 commit comments