vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 483 forks source link

Electron websocket connection is paused while system dialog prompts a user. #1951

Open wwitzel3 opened 3 years ago

wwitzel3 commented 3 years ago

When you close Octant for the first time you are prompted if you want to minimize to the system tray or exit.

Under Windows, the octant sub-process that is running the Kubernetes stream is closed before you answer.

Restarting Octant completely is the only way to bring it back online and have the port numbers registered properly.

wwitzel3 commented 3 years ago

This is a UI artifact of Electron "pausing" network activity during the prompt. So you see the "lost connection" alert.