micronaut-projects / micronaut-core

Micronaut Application Framework
http://micronaut.io
Apache License 2.0
6.09k stars 1.07k forks source link

Websocket only works with netty #6310

Open Plawn opened 3 years ago

Plawn commented 3 years ago

Issue description

It's not clearly stated that websocket support is only available for netty server in the documentation

mgatto commented 2 years ago

I second this. I went with my default of Jetty while setting up a websocket project and banged away for hours until coming across this report. I swapped in Netty and now it works.