Hopefully fix emulators

This commit is contained in:
Jack Garrard 2022-09-05 12:44:54 -07:00
parent b163749c77
commit 2f5ed106fa
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ bool SocketClient::RECV() {
pfds[1].revents = 0;
if (nn::socket::Poll(pfds, fd_count, -1) <= 0) {
if (nn::socket::Poll(pfds, fd_count, 0) <= 0) {
return true;
}