Merge branch `jetty-9.4.x` into `jetty-10.0.x`
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
45dfd14cd5
commit
6aaf22ec6c
|
@ -66,6 +66,7 @@ public class SecureWebSocketContainerExample
|
|||
* want to either close/stop the client, or exit the JVM
|
||||
* via a System.exit(), otherwise the threads this client keeps
|
||||
* open will prevent the JVM from terminating naturally.
|
||||
* @see https://github.com/eclipse-ee4j/websocket-api/issues/212
|
||||
*/
|
||||
LifeCycle.stop(client);
|
||||
}
|
Loading…
Reference in New Issue