dunglas / mercure

🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
https://mercure.rocks
GNU Affero General Public License v3.0
3.98k stars 296 forks source link

Is there any idle time out? #454

Closed josephmiller2000 closed 3 years ago

josephmiller2000 commented 3 years ago

For some reason, people in my chat application keep reporting the application is not responding or not able to see any new messages until they refresh the chat page.

After looking logs, there is no issue or error. After concluding, there could be some timeout happening after people switch to other tabs or idle for more than 30 minutes or so.

So just want to make sure is there any idle timeout for subscribers?

Version : v0.11.0-rc.2

dunglas commented 3 years ago

Browsers usually close the connection after some idle time, but they reconnect automatically. Do you see something in the console of the browsers?

josephmiller2000 commented 3 years ago

No i don't see any console errors in the browsers.

josephmiller2000 commented 3 years ago

Closing this, there was some timout limit enabled with mercure starup program. Increased the time, planning to set it as 0s