Bug 564313 - No way to change the TimeoutOnConnection setting
Summary: No way to change the TimeoutOnConnection setting
Status: UNCONFIRMED
Alias: None
Product: Paho
Classification: IoT
Component: M2MQTT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Paolo Patierno CLA
QA Contact: Ian Craggs CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-15 23:48 EDT by Craig Wenger CLA
Modified: 2020-06-15 23:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Wenger CLA 2020-06-15 23:48:39 EDT
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?