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

2.新增Timers.tryDelay、Timers.delay 方法
This commit is contained in:
2021-11-03 19:56:27 +08:00
parent f1e1974aa2
commit c6a24098ff
17 changed files with 3774 additions and 16 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>

View File

@@ -10,5 +10,5 @@ pulsar.serviceurl=pulsar://47.113.228.247:6650
# zdb.host = 127.0.0.1
# zdb.port = 1216
zhub.host = 47.111.150.118
zhub.port = 6066
zhub.host = 127.0.0.1
zhub.port = 1216