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

Add the ability to handle newly subscribed peers #190

Merged
merged 12 commits into from
Aug 7, 2019

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    8037a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc791f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Subscription Join events now fire even for peers connected to us befo…

    …re we subscribe.
    
    Added a Subscription Leave event
    aschmahmann committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    817651a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Fixed some unnecessary Leave notifications.

    Combined Join and Leave events into a single API with a struct that specifies whether the event is a Join or a Leave.
    aschmahmann committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    be69856 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    e26e489 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. go fmt

    aschmahmann committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    ae66729 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    e4a65bc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    934b813 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    48c9847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f2c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. fix race

    aschmahmann committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    65825ce View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. better context respect when waiting for new peer events. refactored b…

    …acklog into eventLog. removed test that was no longer useful.
    aschmahmann committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    97e63e4 View commit details
    Browse the repository at this point in the history