![]() |
|
Go SDK: async device operations with status tracking - Printable Version +- Orbit OS -- Forums (https://forum.orbit-os.org) +-- Forum: Development & SDKs (https://forum.orbit-os.org/forumdisplay.php?fid=7) +--- Forum: SDKs & APIs (https://forum.orbit-os.org/forumdisplay.php?fid=8) +---- Forum: Go (https://forum.orbit-os.org/forumdisplay.php?fid=33) +---- Thread: Go SDK: async device operations with status tracking (/showthread.php?tid=20) |
Go SDK: async device operations with status tracking - Ana Fedorova - 04-25-2026 In Go SDK integrations, what is the preferred pattern to track async install operations end-to-end? I am currently correlating operation IDs with event stream updates, and it works well. Would be useful to know if there is an official helper planned. |