-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
run aedes on websocket must use websocket-stream? #97
Comments
@arden ws 2.0 has quite a few breaking changes. You can try making websocket stream work with it and make a PR there if issues. |
ws 2.0 runs only on node >= 4.5, not 4.0. @GavinDmello there is already some work done max-mapper/websocket-stream#106 |
@mcollina Nice work 👍 |
@mcollina I am really enjoying your work with aedes!
This conflict port error
|
@nguyenthenguyen try changing wsPort, it's already in use by some service, maybe another instance of aedes |
@cordovapolymer Yeb! wsPort it's already in use by another service. Thanks 👯 |
run aedes on websocket must use websocket-stream?
now, websocket-stream is use ws 1.0, and ws is 2.0 released now.
The text was updated successfully, but these errors were encountered: