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
(*Node).runAgent uses grpc.Dial to create a GRPC connection. This connection does not appear to ever get closed.
Running swarm join and swarm leave in a loop creates a new connection each time. netstat shows a new ESTABLISHED connection between the agent and the manager every time these steps are repeated.
The text was updated successfully, but these errors were encountered:
(*Node).runAgent
usesgrpc.Dial
to create a GRPC connection. This connection does not appear to ever get closed.Running
swarm join
andswarm leave
in a loop creates a new connection each time.netstat
shows a new ESTABLISHED connection between the agent and the manager every time these steps are repeated.The text was updated successfully, but these errors were encountered: