How can I stop a stream when using STTWitter
问题 On iOS (but I think this would be just the same on OSX) I'm using STTWitter. Among other things, I want to use it to stream the main public timeline. I've successfully used getStatusesSampleDelimited:stallWarnings:progressBlock:stallWarningBlock:errorBlock: to start streaming tweets. How can I stop the stream once I've got enough, or want to switch to a different stream (e.g. streaming a search)? I've tried destroying the STTWitterAPI object - with no effect. I can't see a method on the