-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
When I implement...
client.on('change', (allFlagChanges) => {
// do stuff
})
It works for about 5 minutes or so, then after a couple of failed heartbeats, it stops heartbeating and the on('change') stops working. The failure is ERR_INCOMPLETE_CHUNKED_ENCODING however the status is a 200 OK. Request URL: https://clientstream.launchdarkly.com/eval/ProbablyClientToken/ReallyReallyReallyLongToken
Is there some sort of work around for this or a way of detecting if the heartbeat is lost so I could maybe reinitialize the client or something?
Metadata
Metadata
Assignees
Labels
No labels