ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Reply already submit error #477

Open YumengNevix opened 1 year ago

YumengNevix commented 1 year ago

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

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

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