We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd99dc commit d281f9dCopy full SHA for d281f9d
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/network/NetworkCallbackStrategy.kt
@@ -71,7 +71,7 @@ internal class PreferredNetworkCallbackStrategy @Inject constructor(context: Con
71
override fun register(hasChanged: () -> Unit) {
72
hasChangedCallback = hasChanged
73
// Add a try catch for safety
74
- // TODO: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
+ // XXX: It happens when running all tests in CI, at some points we reach a limit here causing TooManyRequestsException
75
// and crashing the sync thread. We might have problem here, would need some investigation
76
// for now adding a catch to allow CI to continue running
77
try {
0 commit comments