Description
When a client issue the IDLE command we add a HeartbeadHandler which sends a "keep alive message" every 2 minutes to make sure we don't run into timeouts while waiting for events. The problem is that we miss to remove the Handler once the client terminate IDLE by issue an DONE sequence.