Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

ConnectionListener#onDisconnected is called twice for every disconnect #164

Closed
nicktindall opened this issue Dec 2, 2021 · 3 comments · Fixed by #185
Closed

ConnectionListener#onDisconnected is called twice for every disconnect #164

nicktindall opened this issue Dec 2, 2021 · 3 comments · Fixed by #185
Assignees

Comments

@nicktindall
Copy link
Contributor

(when using the UberHandler at least)

It's called here

listener.onDisconnected(localIdentifier, remoteIdentifier(), nc.isAcceptor());

and here

connectionMonitor.onDisconnected(HeartbeatHandler.this.localIdentifier(),
HeartbeatHandler.this.remoteIdentifier(), HeartbeatHandler.this.nc().isAcceptor());

jkolobok added a commit that referenced this issue Apr 25, 2022
JerryShea pushed a commit that referenced this issue Oct 27, 2022
nicktindall pushed a commit that referenced this issue Oct 27, 2022
Fixes #164

- ConnectionListener#onDisconnected_is_called_twice_for_every_disconnect. moved exception handler
- Add tests for #164
nicktindall pushed a commit that referenced this issue Oct 27, 2022
nicktindall pushed a commit that referenced this issue Oct 27, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
nicktindall pushed a commit that referenced this issue Oct 27, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
nicktindall pushed a commit that referenced this issue Oct 28, 2022
Fixes #164 & Fixes #219

- moved exception handler
- Add tests
- Don't reset HeartbeatHandler timeout on message send
- Tolerate null ConnectionListener
@hft-team-city
Copy link
Collaborator

Released in Chronicle-Network-2.24ea2, BOM-2.24ea6

@hft-team-city
Copy link
Collaborator

Released in Chronicle-Network-2.23.23, BOM-2.23.131

@hft-team-city
Copy link
Collaborator

Released in Chronicle-Network-2.22.16, BOM-2.22.165

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants