问题标签 [alamofire5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
alamofire - 在 Alamofire 中上传图像时是否可以有更小的数据包?
我的代码是这样的:
问题是与 downloadProgress 相比,uploadProgress 刷新时间太长
有什么方法可以让uploadProgress 更新更频繁?
顺便说一句:我正在使用 alamofire 5
swift - Alamofire 同步请求
我正在尝试使用 Alamofire 5 对后端进行登录调用。问题是当我进行调用时,我需要一个值来返回控制器以验证凭据。
所以,问题是 Alamofire 只进行异步调用,所以我需要使其同步。我看到了一个使用信号量的解决方案,但我不知道如何实现它。
这是我找到的解决方案:
而且,这是我的请求代码: