Replies: 2 comments 12 replies
-
What is the underlying HTTP technology? Vertx? Servlet? Something else? |
Beta Was this translation helpful? Give feedback.
2 replies
-
So SignalelRWebsocket is a vertx websocket? The 404 indicate that the vertx router does not know about it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I've been working on implementing the SignalR protocol in Quarkus.
I'm have been able to implement most of what I needed on the HTTP side, but I'm having issues deploying the websocket programatically.
I've implemented the following build steps
And then I deploy my websockets within the recorder as such
For some reason, although I get the logger message
If I try to connect to the websocket instance, I constantly get a 404. Is there anything I forgot to implement or register?
I've also tried consuming ServerWebSocketContainerBuildItem, but no matter where I put it, I get a null value for it.
Beta Was this translation helpful? Give feedback.
All reactions