Replies: 2 comments
-
The solution is:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
An alternative is to implement services (not the entire server) with classes. You can find an example here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing an RPC service. Its requests need several things to be executed, so the server is a class. I don't know how to use the "this" handle in the body of the requests. Any ideas? What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions