Skip to content

Commit

Permalink
fix: invoke result.success after pushReset invocation to avoid ti…
Browse files Browse the repository at this point in the history
…meouts
  • Loading branch information
ttypic committed Sep 15, 2023
1 parent 42dec31 commit 6e41f11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ private void pushReset(@NonNull MethodCall call, @NonNull MethodChannel.Result r
instanceStore.getPush(ablyMessage.handle)
.getActivationContext()
.reset();
result.success(null);
} catch (AblyException e) {
handleAblyException(result, e);
}
Expand Down

0 comments on commit 6e41f11

Please sign in to comment.