0

I have implementing message notification system in play 2.4 using WebSocket. When i tested this on chrome Version 48.0.2564.116 (64-bit) (windows 8 and mac) + mozilla (windows 8 and mac), it's working. But when i tested it on windows 7 chrome Version 49.0.2623.110 and Firefox Version 45.0.1 connection is established but notification is not showing on browser even connection is alive.

I tried to find the problem whether it's related to os but i didn't get any solution. Can any one help ?

visingh
  • 233
  • 3
  • 17
  • 1
    It is probably more related to browser version. Please, edit your question to add browser versions for both success and failure scenarios. Also, take a look at http://caniuse.com/#feat=websockets – marcospereira Apr 04 '16 at 01:26
  • I agree with @marcospereira. If your browser supports WebSockets you can find in http://caniuse.com/#feat=websockets. Especially older IE don't. – Kris Apr 04 '16 at 09:56
  • Hi @marcospereira i have update browser version. And i also checked my browser version supports socket. – visingh Apr 04 '16 at 21:38
  • Are you seeing some error (client side or server side)? – marcospereira Apr 04 '16 at 22:34
  • No, i am not getting any error. But i saw one stranger behavior, whenever i closed my server i received all the messages on browser that i server has publish. – visingh Apr 05 '16 at 04:38

0 Answers0