idempotentRestPublishing property

bool? idempotentRestPublishing
getter/setter pair

Whether idempotent publishing should be enabled.

Assigning a unique message ID client-side allows the Ably servers to discard automatic publish retries following a failure such as a network fault.

Implementation

bool? idempotentRestPublishing;