You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is running with the Quasar java agent and the verifyinstrumentation flag. Any and all fiber blocking methods (tested both Strand.sleep and Fiber.sleep) or comsat-jOOQ related stuff throws errors. I have verified that the datasource instance is wrapped and the main application class is extending FiberApplication. The request itself is running in a fiber (verified with Strand.currentStrand).
The application is running with the Quasar java agent and the verifyinstrumentation flag. Any and all fiber blocking methods (tested both Strand.sleep and Fiber.sleep) or comsat-jOOQ related stuff throws errors. I have verified that the datasource instance is wrapped and the main application class is extending FiberApplication. The request itself is running in a fiber (verified with Strand.currentStrand).
UsersResource.kt
Error
This is using Dropwizard v1.1.0, Quasar v0.72, and Comsat v0.7.0.
I can provide more information if needed.
The text was updated successfully, but these errors were encountered: