zyro23 / grails-spring-websocket

93 stars 28 forks source link

Error during WebSocket handshake #52

Closed nikuelias closed 7 years ago

nikuelias commented 7 years ago

Hi, I'm getting this error:

WebSocket connection to 'ws://localhost:8080/stomp/445/00sob3do/websocket' failed: Error during WebSocket handshake: Unexpected response code: 200.

I'm with Grails 3.2.11 and using grails-spring-websocket:2.3.0.

stomp.configure({ host:'/stomp', // debug:true, queue:{'init':false} });

It's very simple but for some reason, it doesn't work. I used an early version (1.3.1) with Grails 2.5.6 and it worked perfectly (it generates a 101 Status Code).

zyro23 commented 7 years ago

please reference a sample app reproducing the problem. readme example works fine with grails-3.2.11. thank you!

zyro23 commented 7 years ago

closing due to inactivity