You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: