Commit b30d1be
committed
fix: remove dishonest hang simulation
The "hang" mode was cheating - it added `await never_set_event.wait()`
which hangs regardless of any race condition. This is not a reproduction
of issue #262, it's just a program that hangs.
The honest conclusion: We can PROVE the race condition exists (timeouts
show send() blocks when receiver isn't ready), but we CANNOT create a
permanent hang on native Linux. A true permanent hang requires WSL's
specific scheduler behavior.1 parent 524ef7a commit b30d1be
1 file changed
+0
-264
lines changedThis file was deleted.
0 commit comments