0
我推出蟒蛇服務器上運行的代碼示例,似乎它的工作好,但我不能從iOS的TestChat連接到它和我收到Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused"
不能與TestChat從SocketRocket
python websocket server on Tornado
我推出蟒蛇服務器上運行的代碼示例,似乎它的工作好,但我不能從iOS的TestChat連接到它和我收到Error Domain=NSPOSIXErrorDomain Code=61 "Connection refused"
不能與TestChat從SocketRocket
python websocket server on Tornado
只是沒有在Python代碼正確網址注意到連接:
application = tornado.web.Application([
(r"/chat", ChatHandler),
(r"/(.*)", tornado.web.StaticFileHandler, {"path": args.static_path, "default_filename":'index.html'}),
])
所以從iOS客戶端連接的正確URL是[NSURL URLWithString:@"ws://localhost:9000/chat"]