-
Notifications
You must be signed in to change notification settings - Fork 406
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
Have to refresh to see new messages on Windows+Chrome/FireFox and iOS #327
Comments
I edited my issue. [bump] |
My guess is that Faye isn't getting a connection or is dropping the connection. Can you open up the Chrome console (Firefox console, etc) and let me know if you are getting any javascript errors? |
Yup. /faye is throwing a 404. |
I'm trying to get around this by adding this code in config.ru after line 9
This manages to make it work on Firefox but Chrome will take a long time to load although eventually, after around 5 minutes, chrome can begin to send and receive messages as well. It's a very long wait though, and messages are being labelled as "X seconds from now". Also, if Chrome sends any messages while loading, it won't be visible on any other browsers unless it's refreshed. |
I've noticed that, when on a Windows computer, I have to refresh to see new messages if I'm using anything but Internet Explorer. What's going on? The same thing also happens on iOS devices (with both Safari and Chrome).
The text was updated successfully, but these errors were encountered: