Skip to content

Releases: TheCodeKing/XDMessaging.Net

Release 5.0.6

11 Aug 19:13
Compare
Choose a tag to compare

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

13 May 10:01
Compare
Choose a tag to compare

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

26 Apr 12:39
Compare
Choose a tag to compare

Fixing Nuget targeting to point to net452.

Release 5.0.3

04 Feb 11:46
Compare
Choose a tag to compare

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

28 Jan 19:24
Compare
Choose a tag to compare

Fixes serialisation issue with special chars in compatibility mode.

v5.0.1

02 Oct 17:11
Compare
Choose a tag to compare

Fixing an issue with missing version in assembly info caused by corrupt files.

v5.0.0

02 Oct 13:11
Compare
Choose a tag to compare

Rewrite to remove dynamic assembly loading for better compatibility. Library now comes in a Lite version which excludes remote networking features.