LabVIEW-Open-Source / LV-MQTT-Broker

Native LabVIEW MQTT Broker Server
Other
47 stars 13 forks source link

Connection_GOSPL.lvlib:Connection.lvclass:ListenForConnection.vi doesn't use timeout value configured with #181

Open agluck28 opened 1 year ago

agluck28 commented 1 year ago

This function has an input parameter for the timeout when listening for new connections set to a default value of 2000ms. During creation of the listener, the timeout value that the TCP connection was created with is used. When listening for connections, believe the broker should use the timeout value it was configured with instead of a non configurable default value.