eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
519 stars 303 forks source link

No way to change the TimeoutOnConnection setting #120

Open cwenger opened 4 years ago

cwenger commented 4 years ago

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?