sendAsync() → do I have to call ->wait() in order to use it? #527
Unanswered
fabio-ivona
asked this question in
Q&A
Replies: 0 comments
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.
-
Maybe a stupid question,
I have this code:
that makes a remote call to a log server, and I'd like it to not be blocking for the execution of my code
but nothing happens unless I call ->wait()
am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions