Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web-stomp issue in rabbitmq LTS #31

Open
iamvasim786 opened this issue Jan 18, 2019 · 1 comment
Open

Web-stomp issue in rabbitmq LTS #31

iamvasim786 opened this issue Jan 18, 2019 · 1 comment

Comments

@iamvasim786
Copy link

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

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
Copy link
Owner

Feel free to open a respective PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants