magwo/elevatorsaga

Stopping between floors doesn't seem to trigger idle event

Opened this issue · 1 comments

magwo commented

Write a test to confirm and fix.

magwo commented

In interfaces.js:

if(elevatorInterface.destinationQueue.length && epsilonEquals(_.first(elevatorInterface.destinationQueue), position)) {