Podman can return unstable or empty daemon IDs across API calls. When the agent fetched info.ID on every report cycle, this could cause the agent identity to change mid-session, triggering "token already in use" errors on the server. Cache the daemon ID at initialization and use it consistently for all reports. Related to #740 |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_integration_test.go | ||
| agent_internal_test.go | ||
| agent_log_test.go | ||
| swarm.go | ||
| system.go | ||
| version.go | ||