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

network: avoid repeated closing of already closed connection #61

Description

@tpdenk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions