GoodRequest / GoodNetworking

📡 GoodNetworking is an iOS library written in Swift that simplifies HTTP networking by using GRSession and Encodable/DataRequest extensions. It supports latest Swift and all iOS devices, making it a powerful solution for managing network interactions and data encoding/decoding. The library is easy to install with SPM.
MIT License
31 stars 1 forks source link

Update logger to run on main thread #2

Closed plajdo closed 5 months ago

plajdo commented 1 year ago

To do:

It is possible that the current logger runs on main thread, unnecessarily slowing down UI performance while logging large requests.

Asociated branch: https://github.com/GoodRequest/GoodNetworking/tree/2-update-logger-to-run-on-main-thread