Accidentally set the ASIHTTPRequest timeout to a low value for testing. Reverting to default, which is 10 seconds
1.1.x
Accidentally set the ASIHTTPRequest timeout to a low value for testing. Reverting to default, which is 10 seconds
--- a/ExternalSources/ios-jpake/Sources/JPAKEClient.m
+++ b/ExternalSources/ios-jpake/Sources/JPAKEClient.m
@@ -1047,17 +1047,16 @@ NSString* JPAKEClientErrorDomain = @"JPA
}
}
#pragma mark -
- (void) start
{
[ASIHTTPRequest setShouldUpdateNetworkActivityIndicator:NO];
- [ASIHTTPRequest setDefaultTimeOutSeconds: 3];
[self requestChannel];
}
- (void) restart
{
#if defined(JPAKE_DEBUG)
NSLog(@"JPAKEClient#restart");
#endif