Skip to content

Commit

Permalink
Merge branch 'hotfix-loop'
Browse files Browse the repository at this point in the history
  • Loading branch information
TVolden committed May 22, 2017
2 parents 536a155 + b2d3ec9 commit cd22d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AsyncRequestDispatcher extends SimpleRequestDispatcher {
@Override
protected void fulfillPromis(CompletableFuture<Confirmation> promise, Request request) {
new Thread(() -> {
this.fulfillPromis(promise, request);
super.fulfillPromis(promise, request);
}).start();
}
}
Expand Down

0 comments on commit cd22d8d

Please sign in to comment.