WerWolv / libtesla

The support library for Tesla overlays
GNU General Public License v2.0
218 stars 49 forks source link

Workaround race condition causing crash in docked mode #65

Closed masagrator closed 1 year ago

masagrator commented 1 year ago

Tested it by myself and Monked, no crash in docked mode since I have used this trick which is:

Sleep is short enough to not cause any visible performance drop when switching between overlays.

WerWolv commented 1 year ago

lol this looks like a gigantic hack to solve a race condition elsewhere But as long as it fixes it for now...

Thanks a lot!