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

Not working in Edge #20

Open
elmarti opened this issue Aug 18, 2017 · 3 comments
Open

Not working in Edge #20

elmarti opened this issue Aug 18, 2017 · 3 comments

Comments

@elmarti
Copy link

elmarti commented Aug 18, 2017

The Websockets request appears to be returning a 101 code, which I assume means that it is using the HTTP fallback, which I assume is causing the streams to not work. I'm going to look deeper into this issue and see if I can provide more insight.

@sampaiodiego
Copy link
Member

Actually the 101 status code is normal. You can force disabling websockets (for testing purposes) starting meteor with the env var DISABLE_WEBSOCKETS set to true

@elmarti
Copy link
Author

elmarti commented Aug 18, 2017

Hmm ok, interesting, i'll dig deeper to try and get more info as to why the event handler isn't firing, uniquely on edge.

@elmarti
Copy link
Author

elmarti commented Sep 6, 2017

I have Chrome, Opera, FF with the DISABLE_WEBSOCKETS env var and it appears to not be the issue causing silent failure in Edge.

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

No branches or pull requests

2 participants