Closed theowenyoung closed 2 years ago
OpenIM.iMManager.enabledSDKLog(enabled: false);
Still log:
flutter: call:MethodCall(initSDKListener, {type: onConnectSuccess}) native call flutter { method: initSDKListener type: onConnecting } flutter: call:MethodCall(initSDKListener, {type: onConnecting}) native call flutter { method: initSDKListener type: onConnectSuccess } flutter: call:MethodCall(initSDKListener, {type: onConnectSuccess}) native call flutter { method: initSDKListener type: onConnecting } flutter: call:MethodCall(initSDKListener, {type: onConnecting})
By the way, this connecting log too many times, is it expected?
it seems connecting, onConnectSuccess, loops.
If the server is normal, it will not be called in a loop
Still log: