remulasce / metroapp

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

On reload, sometimes arrivals are not shown. #173

Closed remulasce closed 9 years ago

remulasce commented 9 years ago

Result is that the Trips that were saved show up, but they show none of the arrivals. Then new arrivals aren't updated from the network. Might be related to the original arrivals timing out, possible predictionmanager just doesn't get around to updating with new arrivals

remulasce commented 9 years ago

Issue was that the unserialize routine didn't actually add the predictions back to PredictionManager. So of course they weren't getting updates.

Fixed.