Replies: 1 comment
-
Calling
This is a perfectly valid application, however, you should pass in a |
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.
-
In my service I have one use cases when synchronous call to database is required and I wonder if I can securely call
block()
on that result?Method is called in non-reactive thread so on my tests it works fine but from what heard in some cases its dangerous to call
block()
.Below is my repository and DB operation on which I want to block.
Beta Was this translation helpful? Give feedback.
All reactions