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

[Serve] Shared LongPollClient for Routers #48807

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. set up shared long poll client

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5169e86 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. avoid mutating while iterating

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ae170d3 View commit details
    Browse the repository at this point in the history
  2. better dictionary merge

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    53f97fc View commit details
    Browse the repository at this point in the history
  3. protect against empty keys

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d586f08 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    6ce1b3e View commit details
    Browse the repository at this point in the history
  2. call _count_send

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9fa746b View commit details
    Browse the repository at this point in the history
  3. shorter sleep on empty keys

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    83eb5cf View commit details
    Browse the repository at this point in the history
  4. poll again if no callbacks

    Signed-off-by: Josh Karpel <[email protected]>
    JoshKarpel committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    cfc7d19 View commit details
    Browse the repository at this point in the history