Android Question [SOLVED]RDC : Error Socket timeout

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

When tried to retrieve data with ExecuteQuery in RDC, got error message java.net.SocketTimeoutException.

Have tried to add this code on DBRequest class
B4X:
j.GetRequest.Timeout = 60000

But got error when compiling : Unknown type

Any hints how to fix this?

Thanks in advance.
 
Top