Skip to content

ProxyServer its TcpConnectionFactory seems to not cleanup all connections #919

Description

@faucetcollector

Version: 3.1.1434-beta (also 3.1.1397)

After Stopping the proxy server and even disposing it I noticed there are still some sockets in CLOSE_WAIT that don't go away (not even after 4 minutes)

image

The number of open sockets matches the number of connections still referenced in the TcpConnectionFactory its disposalBag - even tho the TcpConnectionFactory is already disposed (disposed property equals true).
See this snapshot I took after stopping the ProxyServer:

image

Any clues why this is happening?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions