mirror of
https://github.com/Monibuca/engine.git
synced 2025-12-24 13:18:07 +08:00
fix: fetch summary timeout
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user