the readme says
on(event: 'heartbeat', listener: (lsn: string, timestamp: number, shouldRespond: boolean) => Promise<void> | void)
A heartbeat check signal has been received from the server. You may need to run service.acknowledge().
Do I need to handle this event?
Other than shouldRespond, when should I acknowledge or not?
What happens if I don't acknowledge a heartbeat?
the readme says
Do I need to handle this event?
Other than shouldRespond, when should I acknowledge or not?
What happens if I don't acknowledge a heartbeat?