mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
115 stars 53 forks source link

How to call a function on the server side? I didn't find it #70

Open frralf opened 2 years ago

frralf commented 2 years ago

How to call a function on the server side? I didn't find it,e.g: hub_connection.invoke("xxx",userName,...)

bnalgo commented 2 years ago

I think this is the "send" method:

https://github.com/mandrewcito/signalrcore/blob/eac18123e0be7a43d45c3a7934ebafc5523f1d9b/signalrcore/hub/base_hub_connection.py#L109