Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/move-blocking-calls-outside-…
Browse files Browse the repository at this point in the history
…session-lock' into fix/move-blocking-calls-outside-session-lock
  • Loading branch information
tepi committed Nov 15, 2024
2 parents abd2f8a + bf5338a commit 9717409
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ private static void callErrorHandler(UI ui, JsonObject invocationJson,
ui.getSession().getErrorHandler().error(event);
}

<<<<<<< HEAD
protected String getMessage(Reader reader) throws IOException {

StringBuilder sb = new StringBuilder(
Expand All @@ -586,6 +587,8 @@ protected String getMessage(Reader reader) throws IOException {
return sb.toString();
}

=======
>>>>>>> origin/fix/move-blocking-calls-outside-session-lock
private static Logger getLogger() {
return LoggerFactory.getLogger(ServerRpcHandler.class.getName());
}
Expand Down

0 comments on commit 9717409

Please sign in to comment.