Commit 242446f
Fix WebSocket tests hanging on Windows
- Use localhost instead of server.addr.hostname (0.0.0.0) for WebSocket client connection
- Windows WebSocket implementation cannot connect to 0.0.0.0, causing tests to hang
- localhost resolves correctly on all platforms including Windows
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3b42ee1 commit 242446f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments