fix timers on windows?#447
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (60.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #447 +/- ##
==========================================
+ Coverage 83.79% 83.85% +0.06%
==========================================
Files 52 52
Lines 4054 4058 +4
==========================================
+ Hits 3397 3403 +6
+ Misses 481 478 -3
- Partials 176 177 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
daa2fdf to
f9d372f
Compare
f9d372f to
9b5cfe9
Compare
|
We can use https://github.com/basil00/WinDivert to maybe create a headless way of testing the network connection? Considering its the underlying library behind https://github.com/jagt/clumsy |
|
Also for reference, here is the sample project that is suffering performance issues: https://github.com/ValorZard/ebiten-game-again-broken Running this on clumsy with these settings cause massive amounts of lag |

Description
apparently we have issues with rack on windows? according to @ValorZard