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
When a POST request is sent to the agent on macos to the /update endpoint the communication is truncated because systray is run in the main thread and causes the gin goroutine to not exit gracefully. This behaviour is present only in the mac os version 🤷🏼♂️
To Reproduce
curl -X POST http://127.0.0.1:8991/update on macos version
Expected behavior
get {"success":"Please wait a moment while the agent reboots itself"} instead of connection closed
Environment (please complete the following information):
OS [e.g. Windows]: MacOS
OS version: 11 (Big Sur)
Browser [e.g. chrome, safari]: not a browser related problem
Browser Version:
Agent Version [e.g. 1.0.0]: 1.2.0
Additional context
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
When a POST request is sent to the agent on macos to the
/update
endpoint the communication is truncated because systray is run in the main thread and causes the gin goroutine to not exit gracefully. This behaviour is present only in the mac os version 🤷🏼♂️To Reproduce
curl -X POST http://127.0.0.1:8991/update
on macos versionExpected behavior
get
{"success":"Please wait a moment while the agent reboots itself"}
instead of connection closedEnvironment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: