ably-flutter icon indicating copy to clipboard operation
ably-flutter copied to clipboard

Reply already submit error

Open YumengNevix opened this issue 2 years ago • 1 comments

  • open app "Auto start" setting
  • activate push when flutter runApp called
  • crash

I check the log below:

PushActivationEventHandlers.java

private void returnMethodCallResult(MethodChannel.Result result, @Nullable ErrorInfo errorInfo) {
    if (errorInfo != null) {
        result.error(String.valueOf(errorInfo.code), errorInfo.message, errorInfo);
    } else {
        result.success(null);
    }
}

result not set to null after used, please fix it as soon as possible

┆Issue is synchronized with this Jira Task by Unito

YumengNevix avatar Sep 12 '23 10:09 YumengNevix

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3849

sync-by-unito[bot] avatar Sep 12 '23 10:09 sync-by-unito[bot]