You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the server and data model supports it, this feature can be fully implemented.
Two different approaches have been considered:
Add an extra step in the API so that the user can explicitly choose which administrator to contact. This requires to update libparsec, the bindings and the frontend.
Update UserClaimInitialCtx::wait_peer to simultaneously wait for all the administrators until one of them joins. This still requires to update libparsec but less changes to bindings and the frontend.
The simpler approach should first be done as a PoC to validate the feature.
The text was updated successfully, but these errors were encountered:
Follow up after #9078
Now that the server and data model supports it, this feature can be fully implemented.
Two different approaches have been considered:
Add an extra step in the API so that the user can explicitly choose which administrator to contact. This requires to update
libparsec
, the bindings and the frontend.Update
UserClaimInitialCtx::wait_peer
to simultaneously wait for all the administrators until one of them joins. This still requires to updatelibparsec
but less changes to bindings and the frontend.The simpler approach should first be done as a PoC to validate the feature.
The text was updated successfully, but these errors were encountered: