[ROOT] / doc / toc / ARCCore / Enum / MultipleConnectionUsage / RoundRobin


This connection to be used in a turn based system, together with other connections with RoundRobin.

Whenever multiple Send connections are specified, they are supposed to be used one-at-a-time (like in a round-robin fashion, with a single property sent to only one of them), and any connection temporarily out-of-order shall be ignored.-

Likewise, for Receive, only a single one should be subscribed to at a given time.

This is the natural setup for a ArmDB or Client.

Note: All connections are supposed to be kept open at all times, and their health-status recorded, so that StreamProcessor is able to immediately switch connections

NOTE: Not implemented as of Mar 2020.


Details

Generated 2024-05-18 15:08:36.480 UTC