-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sails.io - ECONNREFUSED in client #7319
Comments
@Faresalghazy Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
Hey @Faresalghazy can you tell me the versions of |
Hi, If you socket server is an Sails, you can set the And on your client you must have set :
|
This resolved the issue on my end! Thanks! |
Thanks @ImoucheG for sharing that solution. @eric-centrifuge I'm glad you are unblocked too. @Faresalghazy does this resolve this issue for you too? |
Node version: v20.9.0
Sails version (sails): 1.5.9
ORM hook version (sails-hook-orm): 4.0.2
Sockets hook version (sails-hook-sockets): 3.0.0
Organics hook version (sails-hook-organics):
Skipper adapter & version (e.g. skipper-s3@5.55.5): 0.9.4
Very similar to issue #7104
Node Client Code:
Error:
Server code:
All my console logs do not print, including the beforeConnect
config./sockets.js
PriceFeedSocketController.js
helpers/add-to-socket-and-redis:
config/security.js
The text was updated successfully, but these errors were encountered: