Feb-15-2020, 04:37 AM
Sorry because my English is not good
My code has big bug here:
When I have only code at line 54 - 55, it will execute line 54, then execute line 55, so I can see the result of it
But after I add code at line 56 -> 67, I have to wait for code at 56 -> 67 finish to see result of code at line 55
I want to have result of code at line 55 before code at line 56 - 67 execute
Can you tell me how to fix this bug and knowledge about it?
Thank you so much
Note:
//line 54: call API
//line 61 call API
My code has big bug here:
When I have only code at line 54 - 55, it will execute line 54, then execute line 55, so I can see the result of it
But after I add code at line 56 -> 67, I have to wait for code at 56 -> 67 finish to see result of code at line 55
I want to have result of code at line 55 before code at line 56 - 67 execute
Can you tell me how to fix this bug and knowledge about it?
Thank you so much

Note:
//line 54: call API
//line 61 call API
![[Image: 86479048_2029882723823787_1651506554144292864_o.jpg]](https://i0.wp.com/uphinh.org/images/2020/02/15/86479048_2029882723823787_1651506554144292864_o.jpg)