withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

Elevator: Fix wait(0) bug #235

Closed withaspirit closed 2 years ago

withaspirit commented 2 years ago

Elevator: Fixed bug causing iElevator to have travelTime and doorTIme values of 0 for the wait statement, which made threads wait forever until notified.