working CI test workflow, more reliable transport_test

This commit is contained in:
David Zhao
2021-06-03 22:35:39 -07:00
parent 8f46e0f4da
commit 24919d8ccb
4 changed files with 31 additions and 8 deletions
-1
View File
@@ -340,7 +340,6 @@ func (c *RTCClient) ReadResponse() (*livekit.SignalResponse, error) {
}
}
// TODO: this function is not thread safe, need to cleanup
func (c *RTCClient) SubscribedTracks() map[string][]*webrtc.TrackRemote {
// create a copy of this
c.lock.Lock()