mirror of
https://github.com/livekit/livekit.git
synced 2026-05-24 21:15:36 +00:00
fixed RLock typo
This commit is contained in:
@@ -272,7 +272,7 @@ func (p *ParticipantImpl) AddTrack(clientId, name string, trackType livekit.Trac
|
||||
}
|
||||
|
||||
func (p *ParticipantImpl) GetPublishedTracks() []types.PublishedTrack {
|
||||
p.lock.RUnlock()
|
||||
p.lock.RLock()
|
||||
defer p.lock.RUnlock()
|
||||
tracks := make([]types.PublishedTrack, 0, len(p.publishedTracks))
|
||||
for _, t := range p.publishedTracks {
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.7.2"
|
||||
const Version = "0.7.3"
|
||||
|
||||
Reference in New Issue
Block a user