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
I'm wondering if there a way to use non-blocking option?
In the Micronaut documentation says "Note that in this example, for illustration purposes we call toBlocking() to return a blocking version of the client. However, in production code you should not do this and instead rely on the non-blocking nature of the Micronaut HTTP server."
I'm wondering if there a way to use non-blocking option?
In the Micronaut documentation says "Note that in this example, for illustration purposes we call toBlocking() to return a blocking version of the client. However, in production code you should not do this and instead rely on the non-blocking nature of the Micronaut HTTP server."
https://docs.micronaut.io/latest/guide/#clientBasics
The text was updated successfully, but these errors were encountered: