- Upgraded the project to Swift 6; fixed all concurrency issues
- Removed
register()
andunregister()
methods; registration is now automatic as long ascacheKey
is provided when creating an instance of a multiplexer. MuxRepository
andAsyncMedia
are now static interfaces with async methods, i.e. noshared
instance anymore.