Apple guidelines recommend that we don't create several URLSession, also, some users may face POSIXErrorCode(rawValue: 28): No space left on device when a certain number of URLSessions were already created. I don't know all edge cases that this lib handles, so this is just an initial suggestion
Issue Link 🔗
Goals âš½
Apple guidelines recommend that we don't create several URLSession, also, some users may face
POSIXErrorCode(rawValue: 28): No space left on device
when a certain number of URLSessions were already created. I don't know all edge cases that this lib handles, so this is just an initial suggestionRelated: https://stackoverflow.com/questions/67318867/error-domain-nsposixerrordomain-code-28-no-space-left-on-device-userinfo-kcf
Implementation Details 🚧