feat: add send message async

This commit is contained in:
engigu
2024-01-03 19:55:38 +08:00
parent 6fc60d67b5
commit f575a1d246
7 changed files with 76 additions and 9 deletions
+3
View File
@@ -26,3 +26,6 @@ var LogsCleanDefaultValueMap = map[string]string{
}
const AboutSectionName = "about"
// 限制goroutine的最大数量
var MaxSemaphore = make(chan struct{}, 2048)