[Bug]: TooManyRequestsException in ConnectivityManager.registerNetworkCallback Causes App Crash #1714
Open
3 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
The app crashes with the following exception when using ConnectivityManager.registerNetworkCallback. This occurs because multiple network callbacks are registered without proper cleanup or throttling, leading to a TooManyRequestsException.
This issue is commonly discussed on platforms like Stack Overflow. A related thread that might provide helpful insights is [Compose TooManyRequestsException when there is not more than one callback registered].https://stackoverflow.com/questions/77493004/compose-toomanyrequestsexception-when-this-is-not-more-than-1-callback-registere
Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: