You are not logged in.
TInterfacedObjectFakeClient.FakeCall(IRemoteSQL.Execute) failed: 'URI root/RemoteSQL.Execute/4
returned status 'Invalid Request' (501 - Server not reachable or broken connection)'.
Jongruk Aripoo
Offline
IMHO the best design, for a mORMot client, is to use a callback interface to notify when the work is finished.
See https://synopse.info/files/html/Synopse … l#TITL_152
Otherwise you can change the timeouts in the constructor Create() method of the HTTP client class.
Offline