anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

Handle consumer key & secret per anaconda instance, not globally

Open galeone opened this issue 8 years ago • 2 comments

I moved the oauthClient variable within the TwitterAPI structure and I changed every method that used the oauthClient variable to use the new one, within the structure.

In this way, we can spawn multiple thread-safe applications. In short: fix #101

galeone avatar Apr 24 '17 10:04 galeone

I agree this looks a lot neater, but it would break backwards compatibility. So this will probably be on hold until we decide to bump the major API version.

muesli avatar Sep 01 '17 14:09 muesli

No problem, the code is still here thus you're free to merge whenever you want it (and if you want it!).

In the meantime, if someone wants to use the thread safe version it can just use my fork.

galeone avatar Sep 01 '17 14:09 galeone