quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.8k stars 2.68k forks source link

websocket.next client slow to quit (in devmode at least) #42183

Open maxandersen opened 3 months ago

maxandersen commented 3 months ago

Describe the bug

before adding websocket.next quitting in devmode was almost instant - now it takes a couple of seconds as if it is waiting for something.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

mkouba commented 3 months ago

@maxandersen what project is it?

And how long does it take to quit the websockets-next-quickstart on your machine? It takes half a second or so on my machine (with two clients connected to the endpoint - one from the browser and one using BasicWebSocketConnector from the same app).

cescoffier commented 1 month ago

@maxandersen can you answer @mkouba's question?