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
It could be useful to allow multiple CLs to connect to the /canonical endpoint.
Currently this is possible, but it won't work particularly well if the CLs send conflicting updates. It's basically the same as if the controlling CLs were directly connected the EL.
Instead, Eleel could act as a mediator, detecting conflicts and preventing them from reaching the EL. The hard part would be tracking which CL to follow in the event of a conflict. This requires some state beyond just "which CL sent me an update first", which would have the EL re-orging all over the place.
The text was updated successfully, but these errors were encountered:
would the primary use case for this being able to restart one of the "canonical" CL gracefully and not impacting other non canonical CLs attached? If so this would be an awesome feature!
It could be useful to allow multiple CLs to connect to the
/canonical
endpoint.Currently this is possible, but it won't work particularly well if the CLs send conflicting updates. It's basically the same as if the controlling CLs were directly connected the EL.
Instead, Eleel could act as a mediator, detecting conflicts and preventing them from reaching the EL. The hard part would be tracking which CL to follow in the event of a conflict. This requires some state beyond just "which CL sent me an update first", which would have the EL re-orging all over the place.
The text was updated successfully, but these errors were encountered: