ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 246 forks source link

need help: multiple goroutines #125

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi. I am doing a Twitter bot working on several accounts (two in my case). But when I start a goroutine and initialize Twitter API, it stops the other one.

How should I handle multiple goroutines with Anaconda for my program to work ?

Thanks !

mariokostelac commented 8 years ago

Can you provide any code example?

muesli commented 7 years ago

222 should be a fix for this scenario. It lets each TwitterApi maintain its own oauth-client.