This commit is contained in:
Vicki Pfau 2023-03-06 14:57:05 -08:00
parent 40e7d2aa4d
commit e7f56bd5c9
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ void GDBStubUpdate(struct GDBStub* stub) {
} else {
goto connectionLost;
}
SocketSetTCPPush(stub->connection);
SocketSetTCPPush(stub->connection, 1);
}
while (true) {
if (stub->shouldBlock) {