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

Fix wait_for_stream_position for multiple waiters. #8196

Merged
merged 4 commits into from
Aug 28, 2020

Commits on Aug 28, 2020

  1. Fix wait_for_stream_position for multiple waiters.

    This fixes a bug where having multiple callers waiting on the same
    stream and position will cause it to try and compare two deferreds,
    which fails (due to the sorted list having an entry of `Tuple[int,
    Deferred]`).
    erikjohnston committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    a570618 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    27a7b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3407cd8 View commit details
    Browse the repository at this point in the history
  4. Remove spurious comment

    erikjohnston committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7df3d12 View commit details
    Browse the repository at this point in the history