Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[checkWebSocketsSupport] wss://echo.websocket.org:443/ is no longer available #111

Open
marcio199226 opened this issue Sep 22, 2022 · 0 comments

Comments

@marcio199226
Copy link

Hi we can't test anymore if the websocket is supported and not blocked due to used services to estabilish wss connection (wss: //echo.websocket.org: 443 /) since is down, instead we could use wss://echo.websocket.events/.ws. (I tried it and it works)

Furthermore we can add some improvements too. Now we can't differentiate between an error and a success connection in the provided callback to checkWebSocketsSupport fn unless we verify isWebSocketsBlocked variable that is not really intuitive in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant