aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Replace polling of messages by websockets #56

Closed BjrInt closed 1 year ago

BjrInt commented 1 year ago

It is worth noting that this is a naive implementation, meaning that every messages (including the first 15, loaded via the history query parameter), will trigger an UI update.

Screencast from 2022-12-13 11-42-56.webm

There is a PR that mitigates this at the expense of code readability (see comment)

BjrInt commented 1 year ago

This PR intends to mitigate the behavior in the description #57