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

fix WebSocketClientConnection circle reference to itself #2865

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2023

  1. avoid self reference

    qcha0 authored and qinchao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    08db166 View commit details
    Browse the repository at this point in the history
  2. add test case

    qcha0 authored and qinchao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b57a1ba View commit details
    Browse the repository at this point in the history
  3. set connect_future to None after connection close

    qinchao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    468ce2c View commit details
    Browse the repository at this point in the history
  4. update test case

    qinchao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    84cc2a1 View commit details
    Browse the repository at this point in the history
  5. reformat websocket_test.py

    qcha0 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e492633 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5296bd8 View commit details
    Browse the repository at this point in the history
  7. fix test case

    qcha0 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3b4bab6 View commit details
    Browse the repository at this point in the history