| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Granian 2.7.1 source code.tar.gz | 2026-02-08 | 195.8 kB | |
| Granian 2.7.1 source code.zip | 2026-02-08 | 253.9 kB | |
| README.md | 2026-02-08 | 576 Bytes | |
| Totals: 3 Items | 450.3 kB | 0 | |
Patch release
Changes since 2.7.0:
- Fix websockets' handles cleanup on shutdown
- This should fix an occasional runtime thread panic with the message
Cannot drop pointer into Python heap without the thread being attached - Fix a bug in the ASGI protocol preventing apps to receive the
websocket.disconnectevent after server-initiated close (#801 by @JaeHyuckSa) - This should fix some long-standing issues with Django channels
- Review some lock holding strategy in
PyFutureAwaitablecallback dispatch (#802 by @ColemanDunn) - Bump dependencies