Realtime-SDK-Flutter
Realtime-SDK-Flutter copied to clipboard
android 测试环境正常,打包后消息发送不出去
``2020-09-07 09:12:25.955 2184-2618/? D/NetworkController.MobileSignalController(1): 4G level = 5
2020-09-07 09:12:27.389 10040-10040/? W/adbd: timeout expired while flushing socket, closing
2020-09-07 09:12:27.753 15692-15692/? D/i: onMethodCall openClient, args:{r=false, clientId=Tom, signRegistry={sessionOpen=false, conversation=false}}
2020-09-07 09:12:27.753 15692-15692/? D/g: openClient...
2020-09-07 09:12:27.754 15692-15692/? D/k: add request cache. client=Tom, conv=null, request=-65534
2020-09-07 09:12:27.754 15692-15692/? E/e: session error:java.lang.IllegalStateException: Connection Lost
2020-09-07 09:12:27.754 15692-15692/? D/g: enter onOperationCompleted with clientId=Tom, convId=null, requestId=-65534, operation=CLIENT_OPEN
2020-09-07 09:12:27.754 15692-15692/? D/i: client open result: {clientId=Tom}
2020-09-07 09:12:27.755 15692-15722/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception:
LC.RTM.Exception(
code: 0,
essage: java.lang.IllegalStateException: Connection Lost,
details: Connection Lost,
)
#0 _Utilities.call (package:leancloud_official_plugin/src/client.dart:122)
@jwfing