Skip to content

Commit

Permalink
after second thoughts put back code
Browse files Browse the repository at this point in the history
that was very stable for a while #2222 #2204
  • Loading branch information
ptrthomas committed Feb 4, 2023
1 parent 0f93694 commit e954aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ public void listen(String exp) {
Object listenResult = null;
try {
listenResult = SIGNAL.get(timeout, TimeUnit.MILLISECONDS);
listenResult = JS.attachAll(listenResult);
Thread.sleep(100); // IMPORTANT, else graal js complains
} catch (Exception e) {
logger.error("listen timed out: {}", e + "");
}
Expand Down

0 comments on commit e954aed

Please sign in to comment.