Hello everyone!
I have the problem with sending requests. In project for working with network is using Alamofire and on some places Moya. Sometimes requests receiving time out error in 7-10 seconds, even if timeOutIntervalForResource and timeOutIntervalForRequest are increased up to 90 seconds. So, we've checked sent requests on backend side, but timeouted requests are even didn't reached the server. On Android app there is no problems with time out.
So, I can't figure out how to solve this problem. Have some idea?