Update go2rtc candidates processing
This commit is contained in:
@@ -111,10 +111,6 @@ func asyncHandler(tr *api.Transport, msg *api.Message) error {
|
||||
}
|
||||
|
||||
case *pion.ICECandidate:
|
||||
if msg == nil {
|
||||
return
|
||||
}
|
||||
|
||||
sendAnswer.Wait()
|
||||
|
||||
s := msg.ToJSON().Candidate
|
||||
|
||||
Reference in New Issue
Block a user