Open iamvasim786 opened 5 years ago
https://github.com/beevelop/ng-stomp/blob/a20f132bc6df94f73b6a2f9fafdd0a440a6848c5/src/ng-stomp.js#L31
Please update above new SockJS() to new WebSocket() because new rabbitmq version its not connected using new SockJS() and also update endpoint to ws://127.0.0.1:15674/ws
new SockJS()
new WebSocket()
ws://127.0.0.1:15674/ws
this.sock = new WebSocket(endpoint, null, sockjsOpts)
Feel free to open a respective PR.
https://github.com/beevelop/ng-stomp/blob/a20f132bc6df94f73b6a2f9fafdd0a440a6848c5/src/ng-stomp.js#L31
Please update above
new SockJS()
tonew WebSocket()
because new rabbitmq version its not connected usingnew SockJS()
and also update endpoint tows://127.0.0.1:15674/ws
this.sock = new WebSocket(endpoint, null, sockjsOpts)