Skip to content

Commit

Permalink
Remove fork channel listener on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
cfredri4 authored Apr 17, 2024
1 parent a4e7757 commit c5a0707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/jgroups/fork/ForkChannel.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public ForkChannel disconnect() {
nullFields();
state=State.OPEN;
notifyChannelDisconnected(this);
main_channel.removeChannelListener(this);
return this;
}

Expand Down

0 comments on commit c5a0707

Please sign in to comment.