You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
Base Info for this issue
// MARK: - Signature
(AVIMSignature *)getSignatureByDataSourceWithAction:(NSString *)action
conversationId:(NSString *)conversationId
clientIds:(NSArray<NSString *> *)clientIds
{
AssertRunInIMClientQueue;
NSString *clientId = _clientId;
__block AVIMSignature *signature = nil;
id signatureDataSource = _signatureDataSource;
if (signatureDataSource) {
}
return signature;
}
在AVOSCloudIM 9.0.1中 , 获取签名的过程中,网络不好时,会造成主线程堵塞。
1. How to repeat the problem.
2.获取签名
2. Please help me in this way.
在9.0之前版本 是在子线程调用签名
3. Here is a Demo.
4. Here is my Debug log
The text was updated successfully, but these errors were encountered: