permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
74 stars 52 forks source link

fix(aos-cli): live feed message sorting #275

Closed twilson63 closed 3 months ago

twilson63 commented 4 months ago

Problem

Print order is reversed when printing the results of many messages at once.

Solution

When the live feed is output messages they do not always print in order, add a sort step to make sure every event that is returned in the batch results is sorted, also check for dupes.