Revision: 27822
http://sourceforge.net/p/bibdesk/svn/27822
Author: hofman
Date: 2022-08-22 14:06:40 +0000 (Mon, 22 Aug 2022)
Log Message:
-----------
set reply timeout for sharing connection, otherwise it will hang when canceling
authentication
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingClient.m
Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m 2022-08-22 06:30:20 UTC (rev 27821)
+++ trunk/bibdesk/BDSKSharingClient.m 2022-08-22 14:06:40 UTC (rev 27822)
@@ -286,6 +286,7 @@
@try {
conn = [NSConnection connectionWithReceivePort:nil
sendPort:sendPort];
[conn setRequestTimeout:60];
+ [conn setReplyTimeout:60];
// ask for password
[conn setDelegate:self];
proxy = [conn rootProxy];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit