dmwnz / SimCycling

Use your bike and your home trainer as a controller in racing simulation games.
MIT License
49 stars 8 forks source link

Poor concurrent access management to AntManagerState when workout is active #3

Closed dmwnz closed 4 years ago

dmwnz commented 4 years ago

App is slow / buggy when a workout is loaded, seemingly due to poor management of concurrent access to AntManagerState. Todo : add a flag to notify AC Python App when it is OK / not OK to read from shared memory.