anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

need help: multiple goroutines

Open ghost opened this issue 9 years ago • 2 comments

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 !

ghost avatar Feb 10 '16 12:02 ghost

Can you provide any code example?

mariokostelac avatar Jul 13 '16 15:07 mariokostelac

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

muesli avatar Nov 18 '17 02:11 muesli