Skip to content
Discussion options

You must be logged in to vote

Yeah, turns out I was wrong, and @Blocking doesn't work in that case. I am sorry for the confusion.

You'd need to set quarkus.websocket.dispatch-to-worker=true config in application.properties for websocket methods to be called on worker threads instead of IO threads.

You'd also need to add @Transactional to methods using Hibernate ORM.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Gonzalo-bia
Comment options

@ozangunalp
Comment options

@Gonzalo-bia
Comment options

Comment options

You must be logged in to vote
1 reply
@Gonzalo-bia
Comment options

Answer selected by Gonzalo-bia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment