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
<Release_Notes>Initial Release of MQTT LocalQUeue Connection (extension of MQTT Connection class)
45
-
46
-
This package is an example for how to create a new specific connection package based on the abstract Connection class. The local queue implementation can be used for integration testing when a network connection is not available and when network functionality os not the goal of the test. It can also be used to provide inter-process communication in a way where the connection is injectable at runtime, thus making it possible to change the course of communication through a message-abstarction layer with little pain.</Release_Notes>
45
+
<Release_Notes>Upgrades to common Connection base class</Release_Notes>
47
46
</Description>
48
47
<Destinations>
49
48
<Toolkit_VIs>
@@ -178,6 +177,7 @@ This package is an example for how to create a new specific connection package b
0 commit comments