"Connection Disconnected" banner

Hi! Due to the dirty-heap issue connectivity check algorythm may use some garbage counter values in TelemetryService class. Please fix.

Can you post your issue in a way that we all can understand?

1 Like

errrr try speaking “Good english” or even English so we can all understand LOL

I’m trying :slight_smile:
There is a new banner “Connection Disconnected” in ZwiftApp v1.0.100133.
banner.visibility := (TelemetryService.Metrics.Count != 0) and (TelemetryService.Count not growing).
But when TelemetryService is created, TelemetryService.Metrics.Count = garbage (not initialized).
So, first part of banner.visibility algorythm is not working.

liar-liar-comedy

image
This patch solves issue for me.