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
Thanks for the report! We actually don't even need to bother track the clients. We were previously doing it to Close() the conn, but that will happen on Shutdown anyways.
duckhan
pushed a commit
to duckhan/consul
that referenced
this issue
Oct 24, 2021
It looks like all RPC connections are added to a map but not all connections are removed from the map. The leaky cases are when:
Only connections of the type Consul are removed from the map.
The text was updated successfully, but these errors were encountered: