BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Wrap access to tasks variable in dispatch queue async #145

Closed GrandLarseny closed 2 years ago

GrandLarseny commented 2 years ago

Wrap references to TransportService variable tasks in a serialized dispatch queue.

wmcginty commented 2 years ago

Also, in addition to 4.0.0 it may be worth back porting this into to a 3.2.2 release afterwards. There have been a lot of changes since then, but this might be worth applying to the existing latest release. Thoughts? @GrandLarseny @BottleRocketStudios/team-ios-open-source-w

GrandLarseny commented 2 years ago

Sure, I can back port this to 3.2.2. Shouldn't take too long.