Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

network: avoid repeated closing of already closed connection #61

Open
tsatke opened this issue Oct 9, 2020 · 0 comments
Open

network: avoid repeated closing of already closed connection #61

tsatke opened this issue Oct 9, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@tsatke
Copy link
Contributor

tsatke commented Oct 9, 2020

As described in #53 , connections are being closed multiple times. A workaround is, to check while closing, whether the connection is already closed, and then performing a no-op.

With this issue, the reason for multiple calls to Close from different locations or even the same location should be found and eliminated, so that connections are closed exactly once.

@tsatke tsatke added bug Something isn't working good first issue Good for newcomers labels Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant