-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlay sometimes freezes; stays off/white background on refresh #5
Comments
This has been tracked down to a memory leak issue, caused by the way we poll the gamepad data. Benchmark ResultsOriginal gamepad (from https://github.com/resir014/stream-overlays) Standalone gamepad (TMViz) What we did
A fix has been attempted in #12 with promising results. Will further dogfood our current solution. |
Update: It seems that Chakra UI is causing the memory leak. I guess this project is a perfect way to stress-test public design systems... What we did
Update: Fix implemented in #13. |
The fixes mentioned above is confirmed to be working! Closing now. |
Some users are reporting the viz could get stuck in a certain position after a while. Refreshing shows a white background, but the viz remains off.
Removing the web source on OBS and re-adding it seems to fix the problem.
The text was updated successfully, but these errors were encountered: