dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 321 forks source link

Failed with error: Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused" #38

Closed sashakid closed 7 years ago

sashakid commented 8 years ago

Hi, I'm trying to connect from my sample iOS app using URL: "ws://localhost:8000" and getting error: "Connection refused" . Am I doing something wrong and your server is not suited for any other platform? Or is it the problem on my side? Thanks :-)

dpallot commented 7 years ago

Hi sashakid, I am unable to replicate this problem. It sounds like a very platform specific problem, do you have any firewalls etc blocking this port? I'll close for now but if you have any more info I will open it again.