You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
cwenger
changed the title
How can one change the TimeoutOnConnection property?
No way to change the TimeoutOnConnection setting
Apr 18, 2020
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?The text was updated successfully, but these errors were encountered: