Server -> Client Invocations #3960
-
With the existing API documentation and examples I was able to write a few successful test applications of Client -> Server invocations and responses. However, I'd like to support Server-originated messages to Clients and Server forwarding of messages from one client to another. I've poured through the docs and, while I've found references to a I was wondering if anyone familiar with this project has already tread down this path and figured out a working configuration with client callbacks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should read https://zeroc.com/blog/other-way-around and check the companion example https://github.com/icerpc/icerpc-csharp/tree/main/examples/slice/Thermostat, I think that is what you are looking for! Let us know if something is not clear. |
Beta Was this translation helpful? Give feedback.
-
See |
Beta Was this translation helpful? Give feedback.
You should read https://zeroc.com/blog/other-way-around and check the companion example https://github.com/icerpc/icerpc-csharp/tree/main/examples/slice/Thermostat, I think that is what you are looking for!
Let us know if something is not clear.