Hey y'all,
Is it possible to close connection with HeartBeat? I have this huge amount of time...and sometimes I got days values...Is it possible to control this?
Many thanks
Hi Joel,
This log of the heartbeat is how long your client was connected to the server.
I don't quite understand the request, if you shut it down, then why use SSE?
Adding to the above, if you just want to drop hiddle sessions (like navigating away from the tab/browser), the latest update on the reactive listener supports this:
https://www.outsystems.com/forge/component-versions/13709/version/0/platform/
Release notes:
MSFTEventSource now supports an "OpenWhenHidden" flag, true by default.
When false, the SSE will disconnect when a tab loses focus.
Im not sure if this is what you're looking for, have in mind that SSE persists a client/server connection.