Hello, suppose a RCP scenario where a server receives requests from clients, performs some operations and the reply back to the client.&nbsp;<div>I thought read that it's not a good practice to publish to a channel in the same thread/function which is handling a message received from a client. If that is so, what is the recommended way to accomplish this scenario?</div><div><br></div><div>request -&gt; processing -&gt; reply</div><div><br></div><div>Should the server use different channels to handle request and reply phases?</div>