Bug #164
TaskQueue might leak resources
Status: | Closed | Start: | 04/05/2009 | |
Priority: | High | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Common | |||
Target version: | 0.6.4 | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
It seems like TaskQueue [0] is not freeing the thread in all cases.
1) .WaitOne() is used to wait for the next task, if there is no task and will never be (GCed or Disposed) it will wait forever.
2) In the case an exception, the user might abort it's operation but TaskQueue does not.
http://projects.qnetp.net/repositories/entry/smuxi/src/Common/TaskQueue.cs
History
Updated by Mirco Bauer 5579 days ago
- Status changed from New to Closed
- Target version set to 0.6.4
- % Done changed from 0 to 100
fixed in #183