nonSubscribeRequestTimeout

open fun nonSubscribeRequestTimeout(nonSubscribeRequestTimeout: Int): PNConfiguration.Builder

Deprecated

This setting relates to *read* timeout and was renamed to `nonSubscribeReadTimeout`

Replace with

nonSubscribeReadTimeout

For non subscribe operations (publish, herenow, etc), This property relates to a read timeout that is applied from the moment the connection between a client and the server has been successfully established. It defines a maximum time of inactivity between two data packets when waiting for the server’s response.

The value is in seconds.

Defaults to 10.