Comparing chore/updates...dev · hydrogram/hydrogram
base repository: hydrogram/hydrogram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chore/updates
head repository: hydrogram/hydrogram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
- 4 commits
- 8 files changed
- 1 contributor
Commits on Mar 21, 2026
Commits on Mar 22, 2026
-
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().