Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2153


Ignore:
Timestamp:
07/02/14 15:55:26 (10 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2153 – Description

    initial v1  
    1 Currently Stop() is called on the task. If it does not terminate properly at waits indefinitely. There should be a timeout. See Executor.cs, line 136. There is already a configurable timeout that is used when starting tasks (ExecutorSemTimeouts) that can be reused.
     1Currently Stop() is called on the task. If it does not terminate properly, it waits indefinitely. There should be a timeout. See Executor.cs, line 136. There is already a configurable timeout that is used when starting tasks (ExecutorSemTimeouts) that can be reused.