python-signalr-client icon indicating copy to clipboard operation
python-signalr-client copied to clipboard

How to get a call to server and receive the result in one line?

Open nkfeiyang opened this issue 5 years ago • 0 comments

I just want to invoke an event on server and then receive some message, like the local method call.

e.g.

msg = hub.server.invoke('SubscribeToExchangeDeltas', 'BTC-ETH')

Thanks,

nkfeiyang avatar Mar 22 '19 02:03 nkfeiyang