[ROOT] / doc / DocFrag / ARCCore.MultipleConnectionUsage.RoundRobin
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | EnumMember | 
| Name | RoundRobin | 
| Namespace | ARCCore | 
| Type | MultipleConnectionUsage | 
EnumMemberAttribute
| Key | Value | 
|---|---|
| EnumMember | RoundRobin | 
| EnumType | MultipleConnectionUsage | 
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.
Generated 2025-10-31 07:27:18.494 UTC