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
Trying to to access the corectl menu icon always gives a busy spinner in my corporate network.
We have a mandatory http(s)_proxy and no direct internet connectivity.
Seems like some hanging network call is blocking the UI thread, which is not good in general.
It works when I switch to a proxy-free internet-connected network.
Would be awesome if corectl could pick up the proxy from settings (not only static settings but also auto configured PAC-file based ones) for network calls.
The text was updated successfully, but these errors were encountered:
Seems like its the update checks. When I start it in a proxy-free environment it continues to work in a proxy environment until I hit "Check for udpates" or restart the app.
Ok looking into this some more it seems like this comes from the shell scripts that are executed from the swift app.
When I add this snipplet to the top of some of the bash scripts the spinner goes away:
Trying to to access the corectl menu icon always gives a busy spinner in my corporate network.
We have a mandatory http(s)_proxy and no direct internet connectivity.
Seems like some hanging network call is blocking the UI thread, which is not good in general.
It works when I switch to a proxy-free internet-connected network.
Would be awesome if corectl could pick up the proxy from settings (not only static settings but also auto configured PAC-file based ones) for network calls.
The text was updated successfully, but these errors were encountered: