Use delivery and reply timeouts...

when contacting the input_server.
This commit is contained in:
Stephan Aßmus
2013-11-16 12:34:32 +01:00
parent b7416a2dae
commit c88a1b9d2a
+1 -1
View File
@@ -265,7 +265,7 @@ _control_input_server_(BMessage *command, BMessage *reply)
if (!sInputServer->IsValid())
*sInputServer = BMessenger("application/x-vnd.Be-input_server", -1, NULL);
status_t err = sInputServer->SendMessage(command, reply);
status_t err = sInputServer->SendMessage(command, reply, 5000000LL, 5000000LL);
if (err != B_OK)
return err;