Other [demo] RDC v2 - Fully asynchronous

Erel

B4X founder
Staff member
Licensed User
Longtime User
Short demonstration of RDC v2 that is fully asynchronous.

Each time that a button is pressed 10 large requests are sent.
You can see how the call to ReqManager.HandleJob causes the UI to stutter. HandleJobAsync which is based on the new B4XSerializator.ConvertBytesToObjectAsync method doesn't slow down the UI at all.

The clients and updated jRDC server will be released tomorrow.

 

Dey

Active Member
Licensed User
Longtime User
Hello Erel,
kindly complete examples I can have these codes with SQLite
I've already tried several times but I can not ASYC
Thank you in advance
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You should have started a NEW THREAD for your question. Like every time.
you already should know this as you are member since 2013
 
Upvote 0
Top