python-ddp icon indicating copy to clipboard operation
python-ddp copied to clipboard

Cant connect to meteor.Nothing happens

Open lastpeony opened this issue 6 years ago • 1 comments

When i run the py file,just nothing happens and programme terminates.Server is running port and everything is correct

from DDPClient import DDPClient
  
client = DDPClient('ws://127.0.0.1:3000/websocket')
client.connect()
def connected():
    print("connected")

client.on('connected', connected)    

lastpeony avatar Oct 30 '18 23:10 lastpeony

Same here !

sshniro avatar Jul 27 '19 18:07 sshniro