CocoaPods / cocoapods-stats

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

Send the data to stats.cocoapods.org #5

Closed orta closed 9 years ago

orta commented 9 years ago

Currently it just putss out the data. Ideally we do a non-blocking send to the stats server.

segiddins commented 9 years ago

I recommend we write this out to a cache file to ensure stats get sent even when installing offline. We can then use Process.daemon to be able to send even after pod install is done running

orta commented 9 years ago

This sounds like a good idea, think you can take it on?

segiddins commented 9 years ago

@dbgrandi told me to KISS and keep it sending synchronously.