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

View File

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