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

Logging fixes, SenderProtocol fixes #12

Merged
merged 3 commits into from
May 20, 2016
Merged

Logging fixes, SenderProtocol fixes #12

merged 3 commits into from
May 20, 2016

Conversation

mikemol
Copy link

@mikemol mikemol commented May 20, 2016

Fixed crash when hitting a deprecated use of send().

Fixed SenderProtocol's static initialization of _config, which was causing all SenderProtocol-derived classes to behave as a singleton.

Michael Mol added 3 commits May 20, 2016 10:10
SenderProtocol was using a statically-defined dict to initialize
its member data. That meant that any change to configuration
changed configuration for *all* instances, making it impossible to,
say, have separate instances of DataContainer for LLD and items.
@mikemol mikemol mentioned this pull request May 20, 2016
@jbfavre jbfavre merged commit 7a15ec6 into jbfavre:dev May 20, 2016
@jbfavre
Copy link
Owner

jbfavre commented May 20, 2016

Thanks for your contribution !

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.

2 participants