Browse Source
For writing, this ensures expire handler won't be executed in a small time window, that is after `m_socket->write()` and before `QIODevice::bytesWritten()` signal. For reading, this let the socket to have the chance to process the received data instead of dropping it. PR #15849.adaptive-webui-19844
Chocobo1
3 years ago
committed by
GitHub
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue