Made fast reconnect when network becomes up. (#28)

* Made fast reconnect when network becomes up.
* Use `retryPeersNow`
This commit is contained in:
Revertron 2022-11-12 12:37:40 +01:00 committed by GitHub
parent 41569a9ee2
commit c9476a7b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 3 deletions

View file

@ -9,6 +9,7 @@ class GlobalApplication: Application() {
override fun onCreate() {
super.onCreate()
config = ConfigurationProxy(applicationContext)
val callback = NetworkStateCallback(this)
}
fun subscribe() {