Delphi & Datasnap - Connection Timeout, Communicataion Timeout or a way to avoid Client App to hang when no server response
问题 I am trying to use a Client-Server Datasnap based architecture. The client is inside an Android App that connects by Wifi with the Server Program which runs in a PC. This are the server and client features: Server Side: Server Methods TSQLConnection Driver: Firebird. KeepConnection: true. Server Container TDSServer Queuesize: 100 ChannelresponseTimeout: 3000 TDSTCPServerTransport BufferKBSize: 32 KeepAliveEnablement: kaDisabled MaxThreads: 30 PoolSize: 10 Port: 211 Client Side Main