It looks like there is no way for a user of this library to change most of the settings in MqttSettings, such as TimeoutOnConnection. They are properties initialized via public constants, and have setters with internal access modifiers (except for InflightQueueSize). Is this by design? Or is there some way to change them that I'm missing?
It looks like there is no way for a user of this library to change most of the settings in
MqttSettings
, such asTimeoutOnConnection
. They are properties initialized via public constants, and have setters withinternal
access modifiers (except forInflightQueueSize
). Is this by design? Or is there some way to change them that I'm missing?