Commit 61f0fb9
fix: initialize Winsock before HTTP server list fetch
socket() returned INVALID_SOCKET because WSAStartup was never called
on the run thread. In plugin mode some DAWs (e.g. Bitwig) already
initialize Winsock, masking the bug. Reaper and standalone do not.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 205c831 commit 61f0fb9
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
456 | 457 | | |
457 | 458 | | |
458 | 459 | | |
| 460 | + | |
459 | 461 | | |
460 | 462 | | |
461 | 463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments