pascalw / dashbling

Hackable React based dashboards for developers, inspired by Dashing.

Home Page:https://dashbling.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events stored in MongoDB are replayed in wrong order

pascalw opened this issue · comments

When a client connects events are pulled from history and replayed to the client.

The events in this case should be ordered from old to new, otherwise the updatedAt timestamp in the footer displays the value of an older event. The MongoDB adapter doesn't do this.