-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Browser Support on Windows 7 #193
Comments
Hi, it seems like the bug happens between dashing+thin and Windws 7 Browsers. I hosted the dahing test board on a fresh ubuntu server, tried to connect from Firefox/Chrome and it doesn't work either. Please try to install another webserver like puma or webrick and use it instead of thin: rackup -p 80 -s webrick or rackup -p 80 -s puma Cheers Steffen |
This is not just a windows 7 browser issue. I was seeing the same thing on OS X 10.8.5 w/ Chrome 31, FF 25 & Safari 6.1 |
I switched to using puma and it started working immediately |
using webrick as recommended by @Norvares worked for us |
Hi, |
i experienced this same problem using a docker image and the default dashing project. Using |
I was experiencing issues I perceived to be windows based. I have Ubuntu installed on Windows 10 via default Windows features... I was able to see apache over port 80 fine, but every time I tried to connect on any port configured with thin via ruby on my ubuntu instance- the windows browser would time out (firefox, chrome, ie, didnt matter). I tried so many troubleshooting methods... I found this thread and decided to give webrick a shot instead of thin and it's working like a charm now. Thanks all |
Hi,
I know Dashing doesn't work in IE, because it doesn't support server side sent events.
In saying that, Dashing doesn't work for Chrome or Firefox on Windows 7.
So, I'm wondering, what else, ie. what other technologies Dashing requires.
A colleague wrote a Webkit based (WebKitBrowser.dll) project using Visual Studio and Dashing does NOT work in it.
However, when running this W3C Server-Sent Events test:-
http://www.w3schools.com/html/html5_serversentevents.asp
that works. So, there must be something else that dashing requires on Windows.
Cheers
Phil
The text was updated successfully, but these errors were encountered: