daltoniam / SwiftHTTP

Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
Apache License 2.0
1.88k stars 313 forks source link

fix for taskMap dictionary crasher. Issue #305 #308

Open rahul-racha opened 3 years ago

rahul-racha commented 3 years ago

The add, remove and get operation on taskMap dictionary is thread-unsafe which is leading to crashes. The fix resolves the issue.