Is there some point where you could register code to be executed when the server receives a heartbeat from the client? I’d like to update a timestamp in the DB when a session has been refreshed to I can clean up expired sessions later in case my “Session destroyed”-listener doesn’t get called for some reason. Or should I just take the reverse route and trust that the UI detach listener is called when the heartbeats are missed?