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
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.
Android实现大部分的接口没有调用result.success(null)来返回结果,并且dart端全部使用 async+await模式。这样导致如果在dart端调用AgoraRtcEngine方法时也使用协程会卡住无法继续执行,因为大部分接口返回的Future永远不会被执行。还有Android端result不需要包装,不管Android端在哪个线程调用result的方法都会在dart的主线程返回。
The text was updated successfully, but these errors were encountered: