Replies: 1 comment
-
Hm, I believe that this should not happen. What exactly does |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I've encountered an issue while working with RESTEasy Reactive. I've created a simple endpoint as shown below:
When testing with small data, the task works well on the IO thread (vert.x-eventloop-thread-1). However, when testing with larger data, the task immediately switches to the worker thread (executor-thread-1).
I've attempted to force the task to be executed on the IO thread using the @nonblocking annotation, but it hasn't resolved the issue.
I appreciate any assistance provided.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions