-
Notifications
You must be signed in to change notification settings - Fork 2
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
stable enough to use? #2
Comments
aw it too slow I don't know what happens but the loading time now is bad :( like 10 seconds difference |
from real-time to 10 seconds delay |
To be honest, I have no idea what you mean. |
I use it on socket.io lately and it became slow. like 10 sec to do back and forth |
Your question is if this module is stable enough. Well we use it for weeks already on our production platforms 24/7 without issues. Do you now have suddenly an issue with this module? If so, which version of socket.io and uws are you using now? And on which version of socket.io and uws it was still fast? |
uws is no longer maintained, and did not support Node.js >= 10. We now use a fork in order to support the newer versions of Node.js. It is maintained there: https://github.com/mmdevries/uws And can be installed with: `npm i github:mmdevries/uws#2.4.1` We could also try to support uWebSockets.js, but it does not have the same API as ws. The "engines" attribute has also been added in the package.json file, since we broke the support for Node.js 6 in the latest minor release. Source: https://github.com/mmdevries/uws Related: #583
No description provided.
The text was updated successfully, but these errors were encountered: