Closed jfversluis closed 1 year ago
@borrrden @cpraehaus if this is still relevant, would you be able to get the NuGet from this PR and try if that resolves your issues?
Let me reach out to our user who was having the problem.
@jfversluis Thanks for the fix. Yes, I will try to re-produce the issue again and then test the fix in this PR.
@jfversluis I tested v1.8.0-pr.2091.1 and can confirm that for our case the problem is fixed: no exception is thrown anymore.
Android ConnectivityManager still complains about the missing callback but I think this is OK in this case since the callback was scheduled by the system but in the meantime deregistered/removed by the application:
[ConnectivityManager.CallbackHandler] callback not found for CALLBACK_AVAILABLE message
Thanks @cpraehaus
Fixes #1996
Closes #1997