Say we have a CC connection and we are subscribed to 10 subscriber groups. Is it possible to limit the total events that can be sent to the client for the whole connection?
Would maximum QueueSize handle this case? BufferSize (in persistent connection method) would not work since that is per subscriber group.
And what is the operationTimeout property in connection settings? How is this different from message timeout and heartbeat timeout.