B4J Question CloudKVS won't update remote clients if 2 changes are done within 5 seconds

Widget

Well-Known Member
Licensed User
Longtime User
I am playing around with CloudKVS using B4J and it is working ok, mostly.

The problem is if I have the CloudKVS_Server running, and at least two CloudKVS_Clients (C1 & C2), if I use C1 to update Favorite Number to "1", it gets updated in C2 as expected. If within 5 seconds I use C1 to update the Favorite Number to "2", C2 keeps favorite number to 1 and never updates to 2. It doesn't matter how long I wait, C2 never updates its favorite number to "2".

I have to wait at least 20 seconds before I hit the Send button again on C1 for it to update C2's Favorite Number to "2".

What is the reason for this?

TIA
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…