-
-
Notifications
You must be signed in to change notification settings - Fork 26
Swift 6 Compatability Non-sendable #44
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Any plans to update the sdk to be more compatible with new swift concurrency methods. Trying to use JellyfinClient in an actor or @observable results in error.
Non-sendable result type 'AuthenticationResult' cannot be sent from nonisolated context in call to instance method 'signIn(username:password:)'
Note: some of it can be bypassed in the import.
@preconcurrency import JellyfinAPI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request