Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

v0.4.3.0: Bug fixes to the console, web api and service projects. First time ru…

Compare
Choose a tag to compare
@pvandervelde pvandervelde released this 14 Sep 07:27
· 124 commits to master since this release

This release contains bug fixes for:

  • The console application: Changed the way the REST URLs are constructed so that it works if the web service on a sub-part of a domain, e.g. http://myserver/sherlock works now
  • The web service: Added Trace.Write statements for ease of debugging
  • The windows service: Fixed a dead-lock bug in the shut-down process and linked all processes via a Windows Job Object to ensure that all child processes are terminated if the service is terminated.