Skip to content
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

Cant connect to meteor.Nothing happens #11

Open
lastpeony opened this issue Oct 30, 2018 · 1 comment
Open

Cant connect to meteor.Nothing happens #11

lastpeony opened this issue Oct 30, 2018 · 1 comment

Comments

@lastpeony
Copy link

lastpeony commented Oct 30, 2018

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 lastpeony changed the title Cant connect to meteor. Cant connect to meteor.Nothing happens Oct 30, 2018
@sshniro
Copy link

sshniro commented Jul 27, 2019

Same here !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants