Skip to content

Commit

Permalink
Merge pull request #188 from ZaycevDmitriy/fix_bug_#113_new_version_p…
Browse files Browse the repository at this point in the history
…ackage

Fix bug issue #113 in new version package(0.16.3)
  • Loading branch information
RonRadtke authored Nov 3, 2022
2 parents 972f0cf + d276351 commit 1a7c8e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public static void cancelTask(String taskId) {
private void invoke_callback(Object... args) {
if (this.callbackfired) return;
this.callback.invoke(args);
this.callbackfired = true;
}

private final int QUERY = 1314;
Expand Down

0 comments on commit 1a7c8e1

Please sign in to comment.