This commit is contained in:
Guiorgy 2024-04-23 22:09:39 +04:00 коммит произвёл GitHub
Родитель 7f5c437c46
Коммит b7328e5fd2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -254,7 +254,7 @@ namespace MQTTnet.Client
}
/// <summary>
/// The client will not throw an exception when the MQTT server responses with a non success ACK packet.
/// The client will not throw an exception when the MQTT server responds with a non success ACK packet.
/// This will become the default behavior in future versions of the library.
/// </summary>
public MqttClientOptionsBuilder WithoutThrowOnNonSuccessfulConnectResponse()