I use a RPC to load some item from the database which use to create the menu.
The problem is RPC has some delay, and the program would do all the remaining code during the RPC is working.
Can I force the RPC complete before doing the remaining code?
Thanks alot!!
The problem is RPC has some delay, and the program would do all the remaining code during the RPC is working.
Can I force the RPC complete before doing the remaining code?
Thanks alot!!
Comment