Commit 294b6d1
authored
In #4646, we started using a dedicated scheduler index for the ASIO
thread. This was generally a good thing but on windows due to how
IOCP works, we could accidentally overwrite the scheduler index for
a normal scheduler if it happened to be the one receiving the ASIO
callback.
This commit fixes the bug to ensure that we will not overwrite the
scheduler index during ASIO callbacks on windows.
1 parent 17bc34f commit 294b6d1
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments