jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Fix WebSocketClient stop timeout

Open sbordet opened this issue 6 months ago • 4 comments
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.

sbordet avatar May 21 '25 08:05 sbordet