fix: 避免阻塞主流程
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
go func() {
|
||||
action.ActionManager.SendMsg(model.Reply{
|
||||
ReplyMsg: "初始化完成",
|
||||
FromMsg: model.Message{
|
||||
@@ -15,4 +16,5 @@ func init() {
|
||||
},
|
||||
},
|
||||
})
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user