livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences on iOS, macOS, tvOS, and visionOS.
https://livekit.io
Apache License 2.0
197 stars 97 forks source link

Guarantee serial execution of simplified publish APIs #351

Closed hiroshihorie closed 7 months ago

hiroshihorie commented 7 months ago

Prevents races that can occur between internally called getTrackPublication and publish. Perhaps this can be improved to allow concurrent execution if source types are different.

hiroshihorie commented 7 months ago

Using AsyncChannel might be more solid: https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Channel.md