Replies: 1 comment 2 replies
-
Can you provide reproducer ? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi ,
I have implemented ping-pong functionality for jakarta.websocket using quarkus . so i wrote some TestClient to check the functionality .
Firstly i have connected to the server using TestClient once the connection is established onOpen method initiate the heartbeat to sendPing to the client for every 30sec.
But i want client shouldn't respond with automatic pongmessage if server sends ping .Is there any attribute to stop automatic pong . Please find the details of the version i have used and suggest me the version which work as excepted .
Quarkus Version : 3.4.1
io.quarkus:quarkus-websockets :3.4.1
Beta Was this translation helpful? Give feedback.
All reactions