mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 10:21:30 +00:00
* fix: sse sequence in ipc layer * fix: remove tick rate and flushing * fix: added sequence logic for websockets * fix: added sequence logic for websockets per request based * fix: correct the order for how the messages are added. `WSMessagesList` already handles a lot of the ordering for us, don't modify the order the messages are added since redirect and connection are internal states, it changes the execution trail * chore: reduce whitespace diffs * fix: a possible null case exception Though we always create an empty data buffer at source so shouldn't happen unless that is modified * fix: implement sequence logic for WebSocket messages * fix: remove unused sequenceState property from WsClient * fix: update message sorting logic to handle missing sequence numbers * fix: remove unused lodash import * fix: add clean method to sequencer for better sequence management * fix: don't show dropdown when streaming --------- Co-authored-by: Sid <siddharth@usebruno.com>