-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stomp path must be a regex instead of string #38
Comments
You can use the sockJS bridge to support degradation. About the regex, that's a good idea. Fancy a PR? |
I will make a pr - i tested the regex functionality - it works but for some reason i am not receiving any messages when i send via a stomp client (even for a simplepath). I see it receives the connection - but after that, the receivedHandler is never invoked. Is there a working example of stomp over sockjs websocket that you could point me to?
I tried this as well - not seeing any messages
I also commented #34 (comment) |
https://github.com/vert-x3/vertx-stomp/blob/master/src/main/java/io/vertx/ext/stomp/impl/StompServerImpl.java#L217
due to this - can't use stomp with sockjs as sock js adds: /stomp/<rand id 1>/<rand id 2>/websocket
to the websocket url.
Additionally, there is no degradation of websocket to xhr supported.
The text was updated successfully, but these errors were encountered: