修改:delay 代词拼写错误

git-svn-id: svn://47.119.165.148/zhub@96 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-02-01 11:37:51 +00:00
parent 8e1074e461
commit 8fd6eea28e
4 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ func TestCli(t *testing.T) {
client.Subscribe("a", func(v string) {
log.Println("收到主题 a 消息 " + v)
})
client.Daly("a", "x", 3000)
client.Delay("a", "x", 3000)
time.Sleep(time.Hour * 3)
}