I am using eventSource for subscription
const eventSource = new EventSource(url);
eventSource.onmessage = event => { console.log('publishEventFromTopic');}
After 6th connection (new tab in the browser), the connection to the server starts to be pending, cant subscribe to the event. How I can configure this, Mercure works in the docker container