Hi,
We are using the new resolveStreamUrl
feature in @servicestack/client
TypeScript client.
However it looks like our heartbeat events are failing.
Checking the source, it looks like heartbeatUrl
is never resolved through resolveStreamUrl
, which looks like the culprit.
Does that sound correct or are we doing something wrong?
Edit:
Maybe this is by design and we should be also changing the heartbeat URL directly when setting up the client?