Changes between Initial Version and Version 1 of Ticket #2153
- Timestamp:
- 07/02/14 15:55:26 (11 years ago)
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.1 Currently 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.