OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Data race in Base.OAuth2Requestable.perform

Open rohdester opened this issue 1 year ago • 1 comments

First off, thanks for a great lib. I really appreciate all the work that has gone into it.

Now on to the issue. Some times I get a data race warning in Xcode 16.1. The warning is as follows:

Data race in Base.OAuth2Requestable.perform(request: Foundation.URLRequest, callback: (Base.OAuth2Response) -> ()) -> () at 0x126a339b0

Is this because I use the lib "wrong" or is it an issue with the lib?

rohdester avatar Nov 13 '24 10:11 rohdester

Do you still see this issue? Sounds like Swift 6 warning, which is better now.

ossus-lib avatar Aug 04 '25 08:08 ossus-lib