Ömer Çelik

Results 23 comments of Ömer Çelik

> For info, I have managed to prevent disconnection by setting heartbeats to 60s, 60s (min time setInterval will be served by Chrome when tab is idle), but I had...

> Not sure if it helps anyone, but at Volvo we solved this by adding listeners to `document.hidden` and manually severing the connection when it becomes true. We then synch...

> > > Not sure if it helps anyone, but at Volvo we solved this by adding listeners to `document.hidden` and manually severing the connection when it becomes true. We...

> > Ok, I'll try that too. Thanks. I solved my problem by setting the heartbeat to zero. But what I'm wondering is if I set the heart rate to...

> Some additional information on Heartbeats - when needed / not needed. > > In the underlying TCP protocol, connections may survive any length of time even when no data...

> On behalf of a process, TCP connections are managed by the OS. When a process terminates (graceful or ungrateful) the OS knows and it will close all the open...

@sobychacko I am sorry. I am too busy these days. But I want to join this community as well. If you give me until time Saturday, I will open a...

Hello @sobychacko. I sent the pull request. However, this is my first time doing this. Can you check if I did something wrong? Thank you.

> Sorry, I made a typo in the generic type; also you must set a unique prefix for each binding: > > ```java > @Bean > public ListenerContainerCustomizer> customizer() {...

@sobychacko I can't remember this topic exactly. However, I think this situation still continues. If I have a free time, I will review it and open a pull request. But...