Skip to content

Releases: synel/syndll2

2.0.1

20 Jul 06:21
Compare
Choose a tag to compare
  • Listener performance improved significantly
  • Allow for async response to push notifications

1.0.0

18 Jun 07:18
Compare
Choose a tag to compare
  • Drastically improve thread usage by making all socket calls asynchronous internally. (Completes #6)
  • Now requires Microsoft.Bcl.Async
  • No longer has separate builds for 4.0 and 4.5. (Still works under both.)

0.12.6

12 Oct 00:14
Compare
Choose a tag to compare

Including IP address in trace output logging when possible

0.12.5

04 Oct 17:04
Compare
Choose a tag to compare
  • Adjust timeout and retries for query response acknowledgement.

0.12.3

23 Sep 17:48
Compare
Choose a tag to compare
  • Improve handling of dropped connections

0.12.2

15 Sep 05:15
Compare
Choose a tag to compare
  • Another very small performance improvement

0.12.1

13 Sep 02:00
Compare
Choose a tag to compare
  • Improved performance of the listener

0.12.0

12 Sep 20:50
Compare
Choose a tag to compare
  • Added idle timeout for listener

0.11.4

04 Sep 17:12
Compare
Choose a tag to compare
  • No longer including the thread id in trace log messages. It can be determined programmatically if desired.

0.11.3

30 Aug 00:25
Compare
Choose a tag to compare
  • Fixes #2 - Early disconnect issue.