Release notes
v1.2.1
Release date: August 14, 2024
Improvements
For this release, we made sure to bring minor improvements and security fixes to this package.
v1.2.0
Release date: December 9, 2022
Improvements
The IPC activity package has been upgraded to.NET6 framework to provide compatibility with modern Windows Studio projects.
v1.1.0
Release date: November 8, 2021
New features and improvements
Two new properties have been added to the Broadcast Message activity: PollingInterval and Timeout, both setting clear waiting times before the message is broadcast or dropped.
The Timeout property also has a new exception message, thrown when no channel is found.
The Message Receiver Trigger activity received a new property, Lifespan, that sets the waiting time for listening for messages on a channel.
Bug fixes
- Fixed a bug that was throwing a Connection Closed error when broadcasting messages.
v1.0.0
Release date: October 14, 2020
New features and improvements
The new Inter Process Communication activity package contains two new activities, Broadcast Message and Message Receiver Trigger, that aid parallel processes running on multiple threads in communicating with each other. This pack is meant to be used for advanced business logic where you need to define specific channels through which you can send and receive messages from a process to another, thus letting you know when certain parts of parallel processes have finished executing.