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 call a function on the server side? I didn't find it #70

Open
frralf opened this issue Oct 26, 2021 · 1 comment
Open

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

frralf opened this issue Oct 26, 2021 · 1 comment

Comments

@frralf
Copy link

frralf commented Oct 26, 2021

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

@bnalgo
Copy link

bnalgo commented Apr 6, 2022

I think this is the "send" method:

def send(self, method, arguments, on_invocation=None, invocation_id=str(uuid.uuid4())) -> InvocationResult:

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