-
Notifications
You must be signed in to change notification settings - Fork 7
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
message from the server side? #68
Comments
how can I call "getJoke(self)" from another class instance? |
client calls getJoke, server calls joke on the client, after the client returns the result, that result is a placed to the getJoke left on await. |
The server cannot be the initiator of the message? Got it, I’ll write my own wrapper for the aiohttp websockets |
You have any option for trigger event on the server side. This library provides contract and implementation of the transport.
|
Can I initiate a message from the server side? I didn't find it in the examples. Only if the request comes from the client side can I send a notification.
The text was updated successfully, but these errors were encountered: