mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 14:15:08 +03:00
Made fast reconnect when network becomes up. (#28)
* Made fast reconnect when network becomes up. * Use `retryPeersNow`
This commit is contained in:
parent
41569a9ee2
commit
c9476a7b00
5 changed files with 58 additions and 3 deletions
|
@ -9,6 +9,7 @@ class GlobalApplication: Application() {
|
|||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
config = ConfigurationProxy(applicationContext)
|
||||
val callback = NetworkStateCallback(this)
|
||||
}
|
||||
|
||||
fun subscribe() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue