I could not find where my AT app got stucked, after putting a lot of LOG Flags, I found out that
And KVS2 Class takes an enormous ammount of time to execute (from 3 to 7 seconds) to store a single Integer Value. But usualy it stores a small JSON Map
I cannot find out if the problem is with SQL or B4XSerializator.
Is there any precautions I should take when using KVS2 under RPI with AT?
Thanks
FBP
B4X:
Public Sub Put(Key As String, Value As Object)
And KVS2 Class takes an enormous ammount of time to execute (from 3 to 7 seconds) to store a single Integer Value. But usualy it stores a small JSON Map
I cannot find out if the problem is with SQL or B4XSerializator.
Is there any precautions I should take when using KVS2 under RPI with AT?
Thanks
FBP
Last edited: