新增:1.redtimer 代码包暂时合并到此工程

2.新增Timers.tryDelay、Timers.delay 方法
This commit is contained in:
2021-11-03 19:56:27 +08:00
parent 257e840e7e
commit 89d474284c
16 changed files with 3772 additions and 14 deletions

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<application port="2001">
<application port="2001" name="xxx">
<zhubs>
<!--<zhub name="zhub" addr="47.111.150.118" port="6066" groupid="group-zhub"/>-->
<zhub name="zhub" addr="127.0.0.1" port="1216" groupid="group-zhub"/>
</zhubs>
@@ -16,10 +17,10 @@
<remoteaddr value="request.headers.X-Real-IP"/>
</request>
<rest autoload="true" path=""/>
<rest autoload="true" path="/"/>
<services autoload="true"/>
<servlets path="/platf"/>
<servlets path="/"/>
</server>
</application>