◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: hydrogram/hydrogram
base: refactor/ruff-lints
...
head repository: hydrogram/hydrogram
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
    Copy the full SHA
  2. Configuration menu
    Copy the full SHA
    3ea2f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5a8b4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    94f2b04 View commit details
    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().
    alissonlauffer committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    edb10c6 View commit details
Loading