FSNetworking
FSNetworking copied to clipboard
Fix warning: Implicit conversion loses integer precision: 'NSUInteger…
FSNConnection.m:523:36: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'

Reason: The count method of NSArray returns an NSUInteger.
I changed type of concurrencyCountAtStart to NSUInteger.