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 request may cause infinite loop #4

Closed abeham closed 6 years ago

abeham commented 6 years ago

The problem is that if a request cannot be matched, because the requested item is not available the request pointer does not move to the next in the queue.