Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle consumer key & secret per anaconda instance, not globally #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

galeone
Copy link

@galeone galeone commented Apr 24, 2017

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

@muesli
Copy link
Collaborator

muesli commented Sep 1, 2017

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.

@galeone
Copy link
Author

galeone commented Sep 1, 2017

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.

@muesli muesli changed the title Fix https://github.com/ChimeraCoder/anaconda/issues/101 Handle consumer key & secret per anaconda instance, not globally Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple applications per executable
2 participants