BEagle1984 / silverback

Silverback is a simple but feature-rich message bus for .NET core (it currently supports Kafka, RabbitMQ and MQTT).
https://silverback-messaging.net
MIT License
259 stars 38 forks source link

Notice that you use an obsolete setting #204

Open mjeanrichard opened 1 year ago

mjeanrichard commented 1 year ago

2023-08-09 12:12:58.736459+00:00 level=INFO eventId=4102 eventName=Silverback.Integration.MQTT_MqttClientLogWarning sourceContext="Silverback.Messaging.Broker.Mqtt.DefaultMqttNetLogger" message="Warning from MqttClient (MqttClient): 'Client will now throw an MqttConnectingFailedException. This is obsolete and will be removed in the future. Consider setting ThrowOnNonSuccessfulResponseFromServer=False in client options.'." source="MqttClient" logMessage="Client will now throw an MqttConnectingFailedException. This is obsolete and will be removed in the future. Consider setting ThrowOnNonSuccessfulResponseFromServer=False in client options."

BEagle1984 commented 1 year ago

Thanks, Meini, I noticed that as well. I will fix it. 👍