fix: subscribe will block event bus

This commit is contained in:
langhuihui
2023-04-29 22:14:02 +08:00
parent 4604fd1dd1
commit d717b68e62
8 changed files with 20 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ import (
type Recorder struct {
Subscriber
SkipTS uint32
*Record `json:"-"`
*Record `json:"-" yaml:"-"`
newFile bool // 创建了新的文件
append bool // 是否追加模式
}