LabVIEW-Open-Source / MQTT-Connection

Fundamental building blocks for building MQTT clients and servers
Other
2 stars 1 forks source link

Inherit from Connection base class #5

Closed francois-normandin closed 2 years ago

francois-normandin commented 2 years ago

This library has been named MQTT-Connection because it was made as part of the MQTT Broker project. Once broken down in components and managed as separate repos, the naming convention does not make sense since it is a generic connection library.

Considering that https://github.com/LabVIEW-Open-Source/Connection is a duplicate with a proper naming convention, used for non-MQTT projects, it makes sense to replace this library's code and make it simply a wrapper on the base class to maintain backwards compatibility while leveraging future improvements to the common base class.

francois-normandin commented 2 years ago

Will not implement. Override of static VIs necessary, so will defer this breaking change to upgrade to MQTT 5.x