fix issue in fleet desktop causing it to spam free installations (#8396)

the `switch` statement that checks for errors (including license errors) issues a `continue` before we even have the chance to wait for the ticker.

this has the drawback that premium users will have to wait 5 minutes before they see policy info, but the alternative would be to use labels and go-to, at least with the current code structure.

related to https://github.com/fleetdm/fleet/issues/8373
This commit is contained in:
Roberto Dip
2022-10-21 09:56:18 -07:00
committed by GitHub
parent 926fee522b
commit bd17b38bc3
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
- Fixed a bug in Fleet Desktop causing it to spam servers without licenses for policies.