Dempsy / dempsy

Distributed Elastic Message Processing System
Apache License 2.0
195 stars 21 forks source link

Thread pool leak #59

Closed jimfcarroll closed 12 years ago

jimfcarroll commented 12 years ago

The DefaultRoutingSchedule.Output was leaking thread pools. This has been fixed in https://github.com/Dempsy/Dempsy/commit/cd5547f42cad9551d3dd88ab50757d67e1e865a7

jimfcarroll commented 12 years ago

Fixed