◐ Shell
clean mode source ↗

Comparing refactor/ruff-lints...dev · hydrogram/hydrogram

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Permalink

base repository: hydrogram/hydrogram

Failed to load repositories. Confirm that selected base ref is valid, then try again.

Loading

base: refactor/ruff-lints
head repository: hydrogram/hydrogram

Failed to load repositories. Confirm that selected head ref is valid, then try again.

Loading

compare: dev
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 21, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. fix(session): prevent race condition during connection cleanup

    Reorder the stop() method to cancel recv_task BEFORE closing the
    connection. Previously, closing the connection first would set asyncio
    transport callbacks to None while recv_worker() might still be reading,
    causing 'TypeError: NoneType object is not callable' in
    _SelectorSocketTransport._read_ready().
    Configuration menu

    Browse the repository at this point in the history