Skip to content

SocketServer does not dispose of it's SocketEndPoints #65

Description

@Kittyfisto

When a connection is dropped (doesn't matter how), then SocketServer doesn't dispose of the SocketEndPoint representing this end point.

This can be noticed because the socket's GC continues to run even when the connection has been dropped. Maybe this doesn't make a lot of sense (why would the GC need to run when there's no active connection to create garbage anyways?) and should be changed as well.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions