can we have both server streaming and simple request/response in same module?
CharlesOkwuagwu opened this issue · 0 comments
CharlesOkwuagwu commented
When you use Raxx.Server
it's very easy to setup Server Streaming, but it becomes quite a challenge doing simple request response.
Please do you have a sample server than can handle simple POST/ GET and SSE at the same time.
Implemeting this with current version of Raxx is not as straightforward as before.