channelRetryTimeout property

int channelRetryTimeout
getter/setter pair

When a channel becomes ChannelState.suspended following a server initiated ChannelState.detached, after this delay, if the channel is still ChannelState.suspended and the connection is ConnectionState.connected, the client library will attempt to re-attach the channel automatically. The default is 15000 miliseconds (15s).

Implementation

int channelRetryTimeout = 15000;