mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix waiting forever if gpbs crashes within a certain window
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39095 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29a7f09e56
commit
627b1751d5
1 changed files with 4 additions and 0 deletions
|
@ -1999,6 +1999,10 @@ static NSMapTable *mimeMap = NULL;
|
|||
Protocol *p = @protocol(GSPasteboardSvr);
|
||||
|
||||
[conn enableMultipleThreads];
|
||||
// Testplant-MAL-2015.10.27...
|
||||
// Fix issue with waiting forever if gpbs crashes within a
|
||||
// certain processing window...
|
||||
[conn setReplyTimeout:5.0];
|
||||
[(id)the_server setProtocolForProxy: p];
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
|
|
Loading…
Reference in a new issue