Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

UI is sensitive to different clocks between Flow and Browser #3

Open
zootalures opened this issue Nov 11, 2017 · 1 comment · Fixed by #4
Open

UI is sensitive to different clocks between Flow and Browser #3

zootalures opened this issue Nov 11, 2017 · 1 comment · Fixed by #4

Comments

@zootalures
Copy link
Member

The UI relies on consistent timing to show some of the real-time things (the cursor is shown in browser time, the events in server time)

when clocks are different (as is often the case on docker4mac!) then it creates weird forward stepping in the UI.

@zootalures
Copy link
Member Author

On docker4mac you can mitigate this by running

docker run --rm --privileged alpine hwclock -s

before use

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant