heal-research / SimSharp

Sim# is a .NET port of SimPy, process-based discrete event simulation framework
MIT License
126 stars 30 forks source link

ResourcePool issue with canceled request #15

Closed abeham closed 5 years ago

abeham commented 5 years ago

When a request to a ResourcePool is canceled while still being in the RequestQueue null will be added to the resources list and the request will not be removed from the RequestQueue.

abeham commented 5 years ago

Was closed with 3.1.1