Of course it is.
- send the request
- do whatever you want
receivethe payload
Thats async for me.
If you do not want to do this in the process that deals with the other stuff, you have to offload it into another process.
Of course it is.
receive the payloadThats async for me.
If you do not want to do this in the process that deals with the other stuff, you have to offload it into another process.