Are you by any chance using the same HTTPConnection instance in both threads?
Dustin
On Wed, Sep 17, 2014 at 9:44 PM, Andrew Bennetts wrote:
> Jonathan Vanasco wrote:
>>
>> Background:
>> I'm using a 3rd party API client, which uses httplib2 in the internals.
>> ( the google-plus api
On Sep 18, 2014, at 8:35 AM, Dustin J. Mitchell wrote:
> Are you by any chance using the same HTTPConnection instance in both threads?
>
> Dustin
Ack! It looks like the snippet of sample code that I used as a constructor did
that. I did not see that. This api library and docs are... frustra