I am having websocket in java which sends few message (5 -10) every second to javascript websocket client which then displays using angular ui-grid.
The problem is that after 20-30 minutes, the browser(IE,Firefox, chrome) stops receiving the messages.
- What can be the issue?
- What is the default session timeout value for javax.websocket.Session?
- What settings/values should I check for e.g.
getMaxTextMessageBufferSize()
etc.