195196197198199200201202203204205
requestHandler.respond(requestCycle); } } finally { pageManager.commitRequest(); } } catch (Exception x) { LOG.error("An error occurred during processing of a WebSocket message", x);
226227228229230231232233234235236
185186187188189190191192193194195
target.respond(requestCycle); } } finally { pageManager.commitRequest(); } } catch (Exception x) { LOG.error("An error occurred during processing of a WebSocket message", x);