Recent Releases

6.327 Oct 2016 16:31 minor feature: Fixed a potential bug in error processing. When backing out a failed request, Tymeac tries to remove Tasks from Work Queues before they can be fetched by a work thread. Tymeac uses a request id (long integer) to identify the request, however, both a synchronous and asynchronous request might have the same request id and be in the system at the same time. Added a (is sync or async) check to make sure the right one gets cancelled.