Hey, I would like to make a change to the Swift SD...
# feature-requests
m
Hey, I would like to make a change to the Swift SDK. To don't wrap the stopCall to the Daily client in a Task. Because now it's hard to actually handle to concurrent flow. I would like to mark the stop function
async
and remove the Task. But this is a breaking change where people's code will break. So is there a plan to start using versioning?