0
Next... I need to make a hierarchy of requests that depend on each other.
I did the whole structure, but when I run the code they are solved asynchronously, without waiting for the resolution of a request to follow the code just below.
Follow the structure as it is:
This is the requisition where it’s made
This is the method in service:
After Syncdevices the Request Hierarchy starts:
And after fetchHeaders has several others as well as in Syncdevices, one depending on the other and being solved one after the other. But I need to solve the Tryrecconectaccount function because having her answer I can remove the loading on the screen.
If anyone has any idea what I can do... Thank you
I think the correct word would be "asynchronous". D
– Sam
Do not put code as image. Instead put as text formatting appropriately through the editor in question. This allows someone to play the code you have more easily. Ideally, until you create a Minimum, Complete and Verifiable Example of the problem.
– Isac