EventStore / EventStore.UI

The user interface for Event Store
Other
58 stars 38 forks source link

small promise fix, was not marked as resolved correctly #365

Open Lougarou opened 9 months ago

Lougarou commented 9 months ago

Fixes: calling tick() too many times This is related to the UI requesting $mem-gossip and $mem-node-state multiple times https://github.com/EventStore/EventStore/pull/4123 it looks like a small change but this should be tested thoroughly as it affects the Poller which is used in many places