-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
WebSockets Next: send ping message from the server automatically #40207
Conversation
...server/runtime/src/main/java/io/quarkus/websockets/next/runtime/WebSocketConnectionImpl.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments - nothing major.
Wondering about websockets.next
instead of websocket-next
(much better in yaml)
...yment/src/test/java/io/quarkus/websockets/next/test/subprotocol/SubprotocolSelectedTest.java
Outdated
Show resolved
Hide resolved
...t/server/runtime/src/main/java/io/quarkus/websockets/next/WebSocketsServerRuntimeConfig.java
Show resolved
Hide resolved
...server/runtime/src/main/java/io/quarkus/websockets/next/runtime/WebSocketConnectionImpl.java
Outdated
Show resolved
Hide resolved
- an opt-in config property is used to set the interval - resolves quarkusio#39862 - rename WebSocketsRuntimeConfig to WebSocketsServerRuntimeConfig - change the prefix from "quarkus.websockets-next" to "quarkus.websockets-next.server"
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @cescoffier I let you merge it if all good for you.
Also rename config and properties -> needs an update in the migration guide.