This commit is contained in:
地平线
2015-06-29 10:16:26 +08:00
parent dc23faf6c6
commit 869dbc46db

View File

@@ -101,6 +101,7 @@ public class WebSocketRunner implements Runnable {
} }
}); });
} else { } else {
context.getLogger().log(Level.FINEST, "WebSocketRunner abort by AsyncConnection closed");
closeRunner(); closeRunner();
} }
} catch (Exception e) { } catch (Exception e) {