mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
fallback for checking duration of quit
This commit is contained in:
parent
92e1ccb3fb
commit
264348de14
1 changed files with 4 additions and 0 deletions
|
@ -3823,6 +3823,10 @@ With two parameters ('maximum' and a number),\n\
|
|||
sequence: (unsigned)num
|
||||
extra: (in bycopy NSData*)data
|
||||
{
|
||||
/* When responding to a ping from a remote process, we also check
|
||||
* and abort if we have spent too long trying to quit.
|
||||
*/
|
||||
ecIsQuitting();
|
||||
[self cmdDbg: cmdConnectDbg msg: @"cmdPing: %lx sequence: %u extra: %lx",
|
||||
(unsigned long)from, num, (unsigned long)data];
|
||||
[from cmdGnip: self sequence: num extra: nil];
|
||||
|
|
Loading…
Reference in a new issue