gtyhn

Results 3 issues of gtyhn

md5 can use System.Hash http can use System.Net.HttpClient socket can use System.Net.Socket

enhancement

**使用最新的 4.04 版本** 在使用 QueuedInterceptorsWrapper 处理 onError 的 401 状态码,其中刷新 token 成功后使用 dio.fetch 再次请求时,当该请求失败后,则 onError 回调不会触发,造成上层调用方一直处于等待,无法响应,大致代码示例如下: ```dart QueuedInterceptorsWrapper( onError: (err, handler) { if (err.response?.statusCode == 401) { // 刷新 token...

10.3 Cannot be used on Android