Releases: TheCodeKing/XDMessaging.Net
Release 5.0.6
Adding additional cleanup task for IOStream to purge channel directories of old messages on startup. If using random channel names these can potentially keep growing over time. Also ensuring elevated processes set permissions on channel directories for access to non-elevated processes.
Release 5.0.5
Increasing timeout value for message cleanup in IoStream mode. This allows more time to process messages prior to deletion and reduces risk of exceptions under heavy load if read from file is delayed.
The default timeout can be overridden by adding an AppSetting called "IoStreamMessageTimeoutInMilliseconds".
Release 5.0.4
Fixing Nuget targeting to point to net452.
Release 5.0.3
Fixing issue to prevent exceptions if message is corrupted and can't be deserialised. This can happen if the broadcaster is shutdown midway through sending a message and affects compatibility mode.
Release 5.0.2
Fixes serialisation issue with special chars in compatibility mode.
v5.0.1
Fixing an issue with missing version in assembly info caused by corrupt files.
v5.0.0
Rewrite to remove dynamic assembly loading for better compatibility. Library now comes in a Lite version which excludes remote networking features.