Fallback host is being discarded before fallbackRetryTimeout
elapses
#1683
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Running
RestClientTests
on my development machine reveals multiple test failures which are caused by the fact that the SDK incorrectly believes that the timeout described byRSC15f
has elapsed.The underlying cause is that we're not initializing the value (
size
) pointed to by theoldlenp
pointer passed tosysctl
.These tests are not failing in CI, which leads me to wonder if the symptoms only manifest on ARM devices (e.g. my development machine). We don't have an quick way of running our unit tests on actual iOS devices so I haven't been able to confirm if they're affected.
The text was updated successfully, but these errors were encountered: