spring-guides / gs-messaging-stomp-websocket

Using WebSocket to build an interactive web application :: Learn how to the send and receive messages between a browser and the server over a WebSocket

Home Page:http://spring.io/guides/gs/messaging-stomp-websocket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in Internet Explorer 7,8,9 Seems SockJS fallback mechanism not working

venkataraghu opened this issue · comments

Could you provide more information about this? What's the exact issue? A connection failure? A JavaScript error?

Are you running the application in the "complete" folder, in the master branch? Or are you deploying this app in another container?

What are the actual HTTP request/responses exchanged here (using IE developer tools or a proxy like Fiddler)?

Please ignore this issue. Actually, it is working after i checked "never break on exception" in IE debugger options. I am using IE developer tools to Emulate IE lower versions. With IE9 and lower versions, my debugger was blocking the javascript execution, when an unhandled exception occur, hence i was under an assumption that it is not working.