benank / everyone.dance

A realtime score sharing system for Stepmania. ⚠️ NOTE: This service is deprecated and no longer works, but you can still self host it.
https://everyone.dance
GNU General Public License v3.0
15 stars 1 forks source link

StepMania loses frames on lower-end machines with everyone.dance installed #10

Closed benank closed 3 years ago

benank commented 3 years ago

Likely due to the rate at which files are opened/closed for reading/writing. Consider reusing the open file handle or a different method.

benank commented 3 years ago

Fixed with PR - reopen if issues persist