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

How to catch response from server #25

Open
mmunko opened this issue Sep 13, 2016 · 1 comment
Open

How to catch response from server #25

mmunko opened this issue Sep 13, 2016 · 1 comment

Comments

@mmunko
Copy link

mmunko commented Sep 13, 2016

Please could anyone help me how to catch response message from the server?
SignalR Hub contains method GetStatus which retursn OK if hub is available.
I do following:

con = Connection(con_details, session)
hub = con.register_hub('myhub')
con.start()
hub.server.invoke('GetStatus')
@Evolver
Copy link

Evolver commented Aug 30, 2017

Pull request #29 - is this what you're looking for?

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