fix: fetch summary timeout

This commit is contained in:
langhuihui
2023-09-06 13:36:19 +08:00
parent f89b75ecb1
commit 934d3cf9d4
7 changed files with 144 additions and 168 deletions

View File

@@ -60,10 +60,6 @@ func (d *Data[T]) Attach(s IStream) {
}
}
func (d *Data[T]) Dispose() {
d.Value.Broadcast()
}
func (d *Data[T]) LastWriteTime() time.Time {
return d.LastValue.WriteTime
}