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

Splitting update_bins to several slots for handling connection_added signal #29

Closed
3 tasks done
arminms opened this issue Dec 29, 2015 · 1 comment
Closed
3 tasks done
Assignees

Comments

@arminms
Copy link
Owner

arminms commented Dec 29, 2015

  • first slot is update_counters_when_connection_added() which ls bound to connection_added() signal in init_slots()
  • second slot is update_bins_when_connection_added() which is bound to connection_added() signal in init_follow_models() for twitter_suggest and twitter follow models
  • third slot is update_at_bins_when_connection_added() which is bound to connection_added() signal in init_follow_models() for preferential_agent and twitter follow models
@arminms arminms self-assigned this Dec 29, 2015
arminms added a commit that referenced this issue Dec 29, 2015
arminms added a commit that referenced this issue Dec 29, 2015
arminms added a commit that referenced this issue Dec 29, 2015
@arminms
Copy link
Owner Author

arminms commented Jan 7, 2016

done...

@arminms arminms closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant