remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Removal of arrivals is inconsistant #194

Closed nighelles closed 9 years ago

nighelles commented 9 years ago

Seems like problem might be removing them if the updatedarrival has <= 0 sec left. Trying with 1 sec left to actually receive the update. This shouldn't cause any weird edge cases, probably.

nighelles commented 9 years ago

Fixed, the internals are odd, extra step added in update method for SRDA to remove arrivals in list with time <= 0.

nighelles commented 9 years ago

This change will need to be merged somehow