HTTP加载失败(错误代码:-1005 [4:-4])-但不是Alamofire

时间:2018-09-30 01:58:36

标签: ios swift xcode swift3 alamofire

Object

我无法弄清楚这个错误。关于此有几个线程,但是它们都是关于使用alamofire上传的。我的应用程序中装有alamofire,但该视图控制器中没有Alamofire,并且我不为此连接使用alamofire。

大约20个连接中有1个出现错误。

这是我的代码

// if you need to do something with the user 
if ($user = User::whereEmail(Input::get('email'))->first()) {

    // ...

}

// otherwise
$userExists = User::whereEmail(Input::get('email'))->exists();

0 个答案:

没有答案