修复同一时间调用多个start导致的任务重复问题 https://github.com/AriaLyy/Aria/issues/130

This commit is contained in:
AriaLyy
2017-10-09 21:42:58 +08:00
parent 2d64c50ed0
commit e68da0719c
12 changed files with 90 additions and 48 deletions

View File

@@ -16,6 +16,6 @@
#org.gradle.daemon=true
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
# gradle proxy https://chaosleong.github.io/2017/02/10/Configuring-Gradle-Proxy/
systemProp.socksProxyHost=127.0.0.1
systemProp.socksProxyPort=51110
systemprop.socksProxyVersion=5
#systemProp.socksProxyHost=127.0.0.1
#systemProp.socksProxyPort=60777
#systemprop.socksProxyVersion=5