Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Fix simultaneous dials #246

Closed
wants to merge 10 commits into from
Closed

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    5be49a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe6057 View commit details
    Browse the repository at this point in the history
  3. remove outdated comment

    vyzo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    cbb1532 View commit details
    Browse the repository at this point in the history
  4. fix tests and a couple of bugs

    Bugz:
    - Remove CancelDial from addConn, which would short-circuit the dials waiting for its result
    - Fix race in decref reaching 0
    
    Test issues:
    - Adjust for the new signature of the DialFunc
    - Connections can be empty shims in tests, so Close can panic
    - Comment out TestBasicDialSync which is now not applicable and needs to be rewritten
    - Account for multerrors instead of flat DialErrors
    vyzo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7912714 View commit details
    Browse the repository at this point in the history
  5. rename filter to dedup

    vyzo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ee6ff3c View commit details
    Browse the repository at this point in the history
  6. remove bug line

    vyzo committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ca02ff0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ea1a82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9d8076 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9976396 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58851a1 View commit details
    Browse the repository at this point in the history