handle_backoff_responses


Description:

[ Version ( since = "3.54" ) ]
public bool handle_backoff_responses { get; set; }

Set to true, which is the default, to automatically handle backoff responses from the server, that is, when the server requests the client to retry later.

Note: This handles only the synchronous functions to send the messages. Clients using the asynchronous API need to handle the backoff responses on their own.