Open
Description
Describe the bug
Websocket Client in Jetty 9.X is without Community Support. See: jetty/jetty.project#7958
Continuing to use Jetty 9.4 produces conflicts with other libraries that are using current Jetty releases (11.0.X), for example Javalin.
To use Javalin AND obs-websocket-java in one program creates major conflicts and does not work without using a very old Javalin version.
Expected behavior
You should be able to use obs-websocket-java together with up-to-date libraries.