I’m implementing batch requests using the WebSocket API and have a question about the status response.
The response text includes something like: Processed 3 total items from Batch Request. 3 Ok.
I understand that in this case, three streams would be created. However, if I intentionally include an invalid RIC in the batch, I still receive two refresh messages and one status message saying RIC NOT FOUND
. Despite that, the status response still says Processed 3 total items from Batch Request. 3 Ok.
My question is:
- What does the second number in
3 Ok.
represent? - If it can differ from the first number (
Processed 3
), what would that difference indicate?