livekit / server-sdk-go

Client and server SDK for Golang
Apache License 2.0
214 stars 96 forks source link

Address publish race. #556

Closed boks1971 closed 3 weeks ago

boks1971 commented 3 weeks ago

With a single channel to receive track published response, responses could have been mixed up with requests. Demux using request Cid.

For https://github.com/livekit/server-sdk-go/issues/555