Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): if the websocket fails to connect, wait on the socket ho…
…st, not the ping host The problem with checking the ping host is that the ping host can pass, even if the socket host fails, leading to infinite reloads. Infinite reloads are a bad way to deal with this failure. This makes the failure less bad. For examples, see: vitejs#6814 vitejs#3093
- Loading branch information