mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 09:19:53 +00:00
clear reference guard when resetting signal stats (#4279)
This commit is contained in:
@@ -235,6 +235,7 @@ func (s *BytesSignalStats) Reset() {
|
||||
<-s.stopped
|
||||
s.stopped = nil
|
||||
s.done = core.Fuse{}
|
||||
s.guard = ReferenceGuard{}
|
||||
}
|
||||
s.ri = nil
|
||||
s.pi = nil
|
||||
|
||||
Reference in New Issue
Block a user