Resolves #160 by resync of clock
Compare changes
Files
5- Nicolas Pope authored
@@ -55,6 +55,8 @@ struct TimerHandle {
@@ -78,7 +80,7 @@ void setClockAdjustment(int64_t ms);
@@ -90,6 +92,8 @@ void start(bool block=false);
!! The university Gitlab servers will be under database migration and maintenance on 6.5. from 08:00 onwards. !!
!! There will be some sporadic server outages of undetermined duration during the day and we suggest you avoid any larger projects or CI/CD runs during this period. !!
!! There will be an announcement here when the maintenance is done. !!
Could be improved by not doing every frame and by ensuring that the clock sync can't be starved from happening. It does not, in principle, allow for different machines to clock sync without restart. One bug may not may not be related to this which causes the program to crash on peer disconnect (client stream removal).