serverTimeoutInMilliseconds property

int serverTimeoutInMilliseconds
getter/setter pair

The server timeout in milliseconds.

If this timeout elapses without receiving any messages from the server, the connection will be terminated with an error. The default timeout value is 30,000 milliseconds (30 seconds).

Implementation

late int serverTimeoutInMilliseconds;