-
Notifications
You must be signed in to change notification settings - Fork 155
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
Error on connect for sub socket #143
Comments
connect
for sub
socket
@adicirstei does this still happen on |
I did this on node v0.10.38: The gist contain just the README code: It doesn't matter if I'm running 32 or 64 bit versions of node. The outcome is the same. Also, please note that I am using the axon v2.0.1. I'll try an older one. |
Good news! If I sock.connect(3000, '127.0.0.1'); Maybe on windows, trying to connect to |
@adicirstei You saved me some troubleshooting with that fix, thank you! |
Hi, I tried the code sample in the README for
pub/sub
sockets and got theEADDRNOTAVAIL
error. Any Idea why this is happening? I am using a windows 7 64 bits machine with node 0.12.2 for the last test. I also got the same error on node 0.10.38 but only once a then the process died.I ran this in the node REPL. The
pub
part was working just fine in a different REPL, no error occured (just to know that I didn't forgot that part).The text was updated successfully, but these errors were encountered: