Closed ghost closed 1 year ago
when i try wscat -c ws://localhost:9001 it show error: connect ECONNREFUSED ::1:9001 what should i do ??
error: connect ECONNREFUSED ::1:9001
It means the server is not accepting connections on ::1:9001. Try to use 127.0.0.1 instead of localhost.
::1:9001
127.0.0.1
localhost
when i try wscat -c ws://localhost:9001 it show
error: connect ECONNREFUSED ::1:9001
what should i do ??