Open frralf opened 3 years ago
How to call a function on the server side? I didn't find it,e.g: hub_connection.invoke("xxx",userName,...)
I think this is the "send" method:
https://github.com/mandrewcito/signalrcore/blob/eac18123e0be7a43d45c3a7934ebafc5523f1d9b/signalrcore/hub/base_hub_connection.py#L109
How to call a function on the server side? I didn't find it,e.g: hub_connection.invoke("xxx",userName,...)