From propershark/timetable_cpp#18, all responses from Timetable should include a version number indicating the version of the data that it is sourcing information from. When the backing data changes, the version number will change as well.
The proposal from that issue is to use a Last-Modified-esque timestamp for the version number to avoid ever having collisions.
From propershark/timetable_cpp#18, all responses from Timetable should include a version number indicating the version of the data that it is sourcing information from. When the backing data changes, the version number will change as well.
The proposal from that issue is to use a
Last-Modified-esque timestamp for the version number to avoid ever having collisions.