beevelop / ng-stomp

:bookmark_tabs: STOMP for AngularJS
http://beevelop.github.io/stomp-ui/
MIT License
43 stars 43 forks source link

Web-stomp issue in rabbitmq LTS #31

Open iamvasim786 opened 5 years ago

iamvasim786 commented 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

this.sock = new WebSocket(endpoint, null, sockjsOpts)

beevelop commented 5 years ago

Feel free to open a respective PR.