twitterstream
twitterstream copied to clipboard
A client for Twitter's streaming API in Go
Hi Michael, I started learning Go 1 week before (_I'm switching from node.js after 5 years_). I noticed that you're not using channels much and leaving the channel work to...
Lock all of Close instead of just conn.stale
I'm unable to compile twitterstream. I had the same issues with httplib before your last commit that fixed it. 8g -o _go_.8 oauth.go escape.go twitterstream.go types.go twitterstream.go:76: not enough arguments...
This was preventing tweets that were in reply to others from being unmarshalled.
I'm getting connection timeouts when trying to use the library, even using just the example: dial tcp 128.242.250.183:80: connection timed out This happens on the call to client.User(). Copying the...