给触发钩子加锁

This commit is contained in:
李宇翔
2021-06-04 09:21:12 +08:00
parent afbdd8aad4
commit 96c29bbfa6
4 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ type Subscriber struct {
Delay uint32
SubscribeTime time.Time
Sign string
OffsetTime uint32
OnAudio func(pack AudioPack) `json:"-"`
OnVideo func(pack VideoPack) `json:"-"`
}