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

custom dispatcher pings/timeouts #795

Merged
merged 11 commits into from
Feb 25, 2022
Merged

Commits on Dec 7, 2021

  1. rel example

    bubbleboy14 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    71a6b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a090e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    934f665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b14e89 View commit details
    Browse the repository at this point in the history
  3. added example header

    bubbleboy14 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    255dcae View commit details
    Browse the repository at this point in the history
  4. matched wording

    bubbleboy14 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    93fa6a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    cb73493 View commit details
    Browse the repository at this point in the history
  2. _socket.recv(): _recv() except socket.error - changed or to and; adde…

    …d except TimeoutError - raise WebSocketTimeoutException
    bubbleboy14 committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    3ccecbd View commit details
    Browse the repository at this point in the history
  3. _app - custom dispatcher check_callback() integration (and fixed pyev…

    …ent compatibility): WrappedDispatcher (for use with generic event dispatchers such as pyevent and rel); create_dispatcher() accepts dispatcher kwarg (default None), and if it is specified, returns a WrappedDispatcher; use create_dispatcher() (passing specified dispatcher if any) every time (regardless of dispatcher specification)
    bubbleboy14 committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    58d4b5f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    7514d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85342a8 View commit details
    Browse the repository at this point in the history