You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the departure board only updates when "reset" type events are fired by the MBTA API via the Event Source protocol).
It doesn't appear this event is fired very often, but I suspect the "add", "update" and "remove" events are. Add listeners for those events, and find an elegant way to update the board accordingly.
The text was updated successfully, but these errors were encountered:
Currently the departure board only updates when "reset" type events are fired by the MBTA API via the Event Source protocol).
It doesn't appear this event is fired very often, but I suspect the "add", "update" and "remove" events are. Add listeners for those events, and find an elegant way to update the board accordingly.
The text was updated successfully, but these errors were encountered: