Skip to content

Commit

Permalink
also execute advise on the COMThread of the owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kunz committed Feb 20, 2017
1 parent 976ac65 commit c1fe833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/main/java/com4j/Wrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public EventProxy<?> call() {

return proxy;
}
}.execute();
}.execute(thread);
}

@Override
Expand Down

0 comments on commit c1fe833

Please sign in to comment.