Clone
Marcin Cieslak
committed
on 16 Jun 22
LDEV-5083 Use only one opened EventSource at a time
Browsers limit number of connections to a single domain. It varies
between 2 and 10, but… Show more
LDEV-5083 Use only one opened EventSource at a time

Browsers limit number of connections to a single domain. It varies

between 2 and 10, but it always limited.

EventSources in LAMS were not closed on navigating away, but they got

opened on opening a monitoring tab. This quickly depleted available

connections.

Now EventSources get all closed on switching tabs and only then new ones

get opened. Show less