mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-08 07:28:52 +01:00
quieter
This commit is contained in:
parent
b947e6afe5
commit
79e0e336c5
1 changed files with 0 additions and 2 deletions
|
|
@ -37,12 +37,10 @@ bool BaseConnection::Open()
|
|||
}
|
||||
|
||||
if (GetLastError() != ERROR_PIPE_BUSY) {
|
||||
printf("Could not open pipe. Error: %d\n", GetLastError());
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!WaitNamedPipeW(PipeName, 10000)) {
|
||||
printf("Could not open pipe: 10 second wait timed out.\n");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue