anaconda
anaconda copied to clipboard
need help: multiple goroutines
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 !
Can you provide any code example?
#222 should be a fix for this scenario. It lets each TwitterApi maintain its own oauth-client.