Skip to content

Release 2.6.5

Compare
Choose a tag to compare
@dahall dahall released this 07 Nov 21:29
· 294 commits to master since this release
  • Updated TaskSchedulerSnapshot so that it doesn't fail when working with a multi-threaded app. Effectively in further testing I found that under many circumstances, when connecting to external machines, the new asynchronous Restore method failed because it couldn't reuse the COM objects on different threads. This fixes that by using a ConnectionToken tied to TaskService. Expect to see a new documentation page on multi-threaded use soon.