GauravBasu / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

echo server not running with firefox 5 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First: thank you for this great piece of software. 

I tested your plugin yesterday with jetty 8 M3 and your echo server example 
under ubuntu 11.04 and did not have any problems by using google chrome.
But with firefox 5 I was unable to connect to the websocket, although having 
websocket enabled under the firefox settings.

On the other hand the jetty websocket example distributed with the eclipse wtp 
plugin runs fine with websocket on both browsers, chrome and firefox. Thus, 
websocket for firefox seems to work well but not with your plugin.

Streaming over http works fine on firefox but I would like to use websockets 
for my next project.

Any ideas?

Original issue reported on code.google.com by menzel...@googlemail.com on 15 Jun 2011 at 6:39

GoogleCodeExporter commented 9 years ago
Hello, 

I'm so flattered.

The problem is due to revision 81. I ommitted 'event' argument in WebSocket 
handlers by mistake, while cleaning up the code.

Could you test again with these attached files?

Donghwan

Original comment by flowersi...@gmail.com on 15 Jun 2011 at 9:14

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks, now everything is working correctly!

Original comment by menzel...@googlemail.com on 15 Jun 2011 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed in r86, thanks for the report.

Original comment by flowersi...@gmail.com on 15 Jun 2011 at 1:33