Skip to content

Releases: Yortw/RSSDP

Fixes

13 Dec 07:06
Compare
Choose a tag to compare
  • Handle possible object disposed exception thrown on background thread
  • Fix line endings on search packet to ensure they meet HTTP spec

Fixes from Contributors (thanks all)

02 Aug 10:43
Compare
Choose a tag to compare

Log and suppress errors when sending search responses to clients (i.e if client disconnects after sending search request).
Add whitespace to search response HTTP headers to improve compatibility with some clients.

Suppress Background Exceptions

21 Mar 07:54
Compare
Choose a tag to compare
v4.0.2

Version bumps for new release.

Add Custom Headers to Notification Messages

31 Jan 00:16
Compare
Choose a tag to compare

Alive notification messages now include custom headers.

Configurable UdpResendCount & Delay on SsdpCommunicationsServer types.

20 Jan 23:10
Compare
Choose a tag to compare
v4.0.0

Pre-release updates to version numbers/nuspec etc.

Add Publisher for Xamarin Projects

14 Nov 08:04
Compare
Choose a tag to compare

iOS and Xamarin projects can now publish devices.

Fix for Empty Custom Property Parsing

23 Oct 01:24
Compare
Choose a tag to compare

Now correctly parses device description documentations containing empty nodes for custom properties.

Fix Multicast Options to Bind to Local IP

02 Jun 09:24
Compare
Choose a tag to compare
v3.5.5

Update to nuget stuff for publishing.

Fix for Deserialization of Non-Pretty Documents

21 May 03:33
Compare
Choose a tag to compare
v3.5.4

Fix typo in PR, update nuget stuff for new release.

Improved Platform Compatibility

16 May 06:35
Compare
Choose a tag to compare

Reimplemented bait & switch pattern, along with reinstating the head projects for Android and iOS to improve platform compatibility, especially when PCL's are used for RSSDP code.

Fixed some potential ObjectDisposedExceptions on background threads if a locator object was disposed while a search was in progress.