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

Refactor of net (and related client) functions #381

Merged
merged 2 commits into from Apr 30, 2020
Merged

Refactor of net (and related client) functions #381

merged 2 commits into from Apr 30, 2020

Commits on Oct 30, 2019

  1. Refactor of net (and related client) functions

    Major refactor of net.go, significant parts of
    client, and a few other small changes, in an
    attempt to seperate out network code, simplify msg
    flows and reduce the chance (and need for mitagations
    for) deadlocks. Aims to be non-breaking from users
    perspective.
    
    This is an initial pull request for review; it passes
    the existing tests but will need more testing. Submitting
    it to see if there is an appetite for this level of change
    and agreement on whether the changes add value.
    
    closes 372
    
    Signed-off-by: Matt Brittan <matt@brittan.nz>
    MattBrittan committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    75ba375 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Merge branch 'master' into refactorComms

    Al S-M committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    be7ecc5 View commit details
    Browse the repository at this point in the history