jetty.project
jetty.project copied to clipboard
Fix WebSocketClient stop timeout
trafficstars
Jetty version(s) 12.0.x
Description
The WebSocketClient in ee9 and core has the stop timeout set to Long.MAX_VALUE by default.
In their doStop() methods, they attempt a graceful shutdown, waiting for it to complete within the stop timeout, which is unfortunately about 292 million years of wait.
There is an issue in the shutdown notification, but we should fix the idle timeout to not wait for that long.