livekit / server-sdk-go

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

Do not attempt to send an offer if the PCTransport was closed #562

Closed biglittlebigben closed 2 weeks ago

biglittlebigben commented 2 weeks ago

This causes the PCTransport Close method to block on the object lock to ensure closing it is properly serialized with other operations on the object.