Update dependencies
This commit is contained in:
@@ -88,7 +88,7 @@ class BoxService(
|
||||
|
||||
private fun startCommandServer() {
|
||||
val commandServer =
|
||||
CommandServer(Application.application.filesDir.absolutePath, this)
|
||||
CommandServer(Application.application.filesDir.absolutePath, this, 300)
|
||||
commandServer.start()
|
||||
this.commandServer = commandServer
|
||||
}
|
||||
@@ -160,10 +160,6 @@ class BoxService(
|
||||
}
|
||||
}
|
||||
|
||||
override fun serviceStop() {
|
||||
|
||||
}
|
||||
|
||||
private fun stopService() {
|
||||
if (status.value != Status.Started) return
|
||||
status.value = Status.Stopping
|
||||
|
||||
Reference in New Issue
Block a user