mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 11:05:25 +00:00
fix: re-poll on fail in case that was breaking anything
This commit is contained in:
parent
7d32edb133
commit
bad5f923aa
@ -239,6 +239,9 @@ class Poller(private val configFactory: ConfigFactoryProtocol, debounceTimer: Ti
|
|||||||
}
|
}
|
||||||
poll(snode, deferred)
|
poll(snode, deferred)
|
||||||
}
|
}
|
||||||
|
}.fail {
|
||||||
|
Log.e("Loki", "Failed to get raw batch response", it)
|
||||||
|
poll(snode, deferred)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user