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
If the error is temporary, the send queue is disabled, so the events are sent in the right order, which makes sense. However it is not disabled in case of a "permanent" error, the event is marked as wedged and the following events are sent.
A user opened an issue on Fractal, surprised by this behavior (among other things).
It seems logical that a user would expect their events to be sent in the right order or not at all, whether the error is permanent or not. It should be their choice whether they want to remove an event or several from the send queue, or all of them, due to the first one failing to send, to avoid losing context in the conversation.
According to the issue, this is already the behavior of EW.
The text was updated successfully, but these errors were encountered:
Thanks for opening an issue here. Indeed, it might be confusing for the user, although it's also likely an edge case in the sense that an interleaving of wedged and not-wedged send requests is a bit surprising (but can happen, as proves the fractal issue). I'll discuss this internally, in the meanwhile feel free to add a boolean setting to the send queue: when it's enabled, a permanent failure would also disable the room's queue.
If the error is temporary, the send queue is disabled, so the events are sent in the right order, which makes sense. However it is not disabled in case of a "permanent" error, the event is marked as wedged and the following events are sent.
A user opened an issue on Fractal, surprised by this behavior (among other things).
It seems logical that a user would expect their events to be sent in the right order or not at all, whether the error is permanent or not. It should be their choice whether they want to remove an event or several from the send queue, or all of them, due to the first one failing to send, to avoid losing context in the conversation.
According to the issue, this is already the behavior of EW.
The text was updated successfully, but these errors were encountered: