codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
71 stars 16 forks source link

clean up runtime disconnected status/UI #500

Closed lihebi closed 12 months ago

lihebi commented 12 months ago

When disconnected, don't show a retry button. The runtime connection is retried automatically every 1 second.

TODO: use exponential back-off for the retry time with a up-limit, e.g., 1s, 2s, 4s, 8s, 10s, 10s, 10s, ...