eclipse/paho.mqtt.m2mqtt

No way to change the TimeoutOnConnection setting

cwenger opened this issue · 0 comments

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?