You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: Configure a single router with a tcp listener and a matching tcp connector. The Host/Port of the connector should be invalid (i.e. not referencing a valid server socket).
Use curl or similar to establish a connection to the listener port. This connection hangs (is that correct?). Then ^C the client to force the connection closed.
Now shut down the router. It will assert with a leak-check failure due to the fact that the connector has a too-high reference count. The connection was not cleaned up when the client was forcefully disconnected.
The text was updated successfully, but these errors were encountered:
To reproduce: Configure a single router with a tcp listener and a matching tcp connector. The Host/Port of the connector should be invalid (i.e. not referencing a valid server socket).
Use curl or similar to establish a connection to the listener port. This connection hangs (is that correct?). Then ^C the client to force the connection closed.
Now shut down the router. It will assert with a leak-check failure due to the fact that the connector has a too-high reference count. The connection was not cleaned up when the client was forcefully disconnected.
The text was updated successfully, but these errors were encountered: