Blocking request call

Hi!

Is there a built in blocking function for node.request(…)?
Or perhaps I need to implement a similar as the c++ performBlockingServiceCall() helper function…?

BR

Not yet. A coroutine-based API will be available in the new version that I am working on.

Yes, this is currently the only option.