mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Break loop on EAGAIN.
This commit is contained in:
@@ -215,7 +215,7 @@ void SeerConsoleWidget::handleConsoleOutput (int socketfd) {
|
||||
|
||||
if (n < 0) {
|
||||
if (errno == EAGAIN) {
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
|
||||
if (errno == EIO) {
|
||||
|
||||
Reference in New Issue
Block a user