CocoaPods / cocoapods-stats

Statistics plugin for CocoaPods
MIT License
6 stars 6 forks source link

Long timeout when stats server is not accessible #22

Closed Ashton-W closed 9 years ago

Ashton-W commented 9 years ago

In certain strict security environments the networking is such that the stats plugin can't even access the internet, unfortunately right now it 'hangs' while waiting for a timeout (I'm sure the corporate proxy is more to blame here for not following HTTP).


From CocoaPods/issues/4032

segiddins commented 9 years ago

The hanging has been fixed by sending stats asynchronously and out of process on master already.

Ashton-W commented 9 years ago

Oh, cool