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.
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.