Type |
Bug
|
Priority |
Normal
|
Assignee | |
Spent time |
27h 45m
|
Subsystem |
Client
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Spent time |
27h 45m
|
Subsystem |
Client
|
Client must implement this flow:
HalcyonMultiClient
) and uses retrieved endpoint data to configure each Halcyon instance.Each event in Halcyon contains
Context
what can be used to get specific Halcyon instance fromHalcyonMultiClient
(if it is required). In case of disconnection instance of Halcyon,HalcyonMultiClient
will try to re-login with the same credentials, in case of login error, it will refresh endpoints details from Master. So in client code will be only instance ofHalcyonMultiClient
to rule all connections.