Skip to content

uv_write fix for MSVC Debug#98

Open
ggmini wants to merge 4 commits into
unknownbrackets:masterfrom
ggmini:uv-write-fix
Open

uv_write fix for MSVC Debug#98
ggmini wants to merge 4 commits into
unknownbrackets:masterfrom
ggmini:uv-write-fix

Conversation

@ggmini

@ggmini ggmini commented Jun 18, 2026

Copy link
Copy Markdown

Currently an assertion triggers when compiling and running this project on MSVC with the Debug build target.
I assume that Microsoft changed something in the compilation process which caused this issue, since the issue doesn't occur when compiling with make and a couple of months ago I could still compile Debug on MSVC.

This is a workaround that fixes the issue, with little to no performance impact.
The fix is only applied to Debug Targets on MSVC.
To be fair there is little reason to use this target, aside from debugging, as it is much slower than Release (not the fault of the workaround, I tested it on the Release Target and it showed similar performance to the current Binary on the Releases Page).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant