Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] javax.websocket.WebSocketContainer lifecycle issue on standalone

Jetty's implementation of javax.websocket.WebSocketContainer works great on the server side.
However, on a standalone client, the lifecycle that WebSocketContainer starts keeps the main thread from shutting down.

See https://github.com/joakime/jetty-web-sockets-jsr356/commit/8fda529c04775ed052ee5f10daa7a337ba035c61

I'm not sure how to handle this in the standalone scenario, the ShutdownThread seemed like a good place to start, but I'm not having much luck getting it to work.

Filed a bug about it, if anyone has any input / suggestions on this ...
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=423646


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

Back to the top