When using a web socket connection to the Refinitive API what are the advantages and disadvantages of using 1 RIC per Request ID vs using multple RICs per Request ID?
I'm referring to the following function "sendRequest(WebSocket websocket)" which makes use of the following Json string section [websocket.sendText(requestJsonString);)] which can use a single RIC per request ID or an array of RIC.
What are advantages and disadvantages of these approaches?