mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
f4c426cbdf
When the server disables command execution for an agent, we now properly call Close() on the command client to tear down the WebSocket connection. Previously we just set the pointer to nil which left the goroutine running with an orphaned connection.