I'm working on the application where I want to get notified when the publisher of the topic goes offline. I'm using setInterval() for sending the ping-pong every 2sec and using timeOut(8sec) for checking if pong received,but it not working as timeOut can break in js if the call stack is not empty, so can anyone help me?