socketTimeout

Specifies the maximum amount of time to wait for data over an established socket connection before timing out.

This property is used to configure the timeout duration for socket operations, such as reading or writing data through the network connection. Setting this value appropriately ensures that the application does not hang indefinitely when waiting for data to be transmitted or received over the socket.

The default value is defined by DEFAULT_TIMEOUT, which represents 15.minutes.