Skip to content

Send parsed attachments to UI in batches + Refactoring & Cleanup - #2626

Merged
AmmarAbouZor merged 2 commits into
esrlabs:masterfrom
AmmarAbouZor:multi-attach
Aug 13, 2026
Merged

Send parsed attachments to UI in batches + Refactoring & Cleanup#2626
AmmarAbouZor merged 2 commits into
esrlabs:masterfrom
AmmarAbouZor:multi-attach

Conversation

@AmmarAbouZor

Copy link
Copy Markdown
Member

This PR closes #2359

It includes:

  • Deliver the attachments of each parsed chunk with one call and one AttachmentsUpdated event instead of one per attachment.
  • Refactoring, cleaning up unused types and functions and adding docs.
  • Replace HashMap to save attachments in core with a vector as we are not using the lookup functionality on the map as we are creating a key on insert and forget about it

* Deliver the attachments of each parsed chunk with one call and one
  `AttachmentsUpdated` event instead of one per attachment.
* Refactoring, cleaning up unused types and functions and adding docs.
Replace HashMap to save attachments in core with a vector as we are not
using the lookup functionality on the map as we are creating a key on
insert and forget about it
@AmmarAbouZor
AmmarAbouZor merged commit 1f65427 into esrlabs:master Aug 13, 2026
1 check passed
@AmmarAbouZor
AmmarAbouZor deleted the multi-attach branch August 13, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send Attachments together in Session

1 participant