Commit f0ac2f5
authored
Resolves customer issue #44028 ("Service Bus WebSocket connection breaks after
15 seconds"). The root cause is an upstream aiohttp bug (aio-libs/aiohttp#12030)
fixed in aiohttp 3.14.0 — not an azure-servicebus defect. On aiohttp < 3.14.0
the WebSocket heartbeat can drop the AmqpOverWebsocket connection during long
message processing, surfacing as a SocketError ("Cannot write to closing
transport").
Adds a CHANGELOG "Other Changes" note recommending aiohttp>=3.14.0 on Python
3.10+, and noting that Python 3.9 users must upgrade Python to get an aiohttp
release containing the fix (aiohttp 3.14.0 requires Python >=3.10).
Fixes #44028
1 parent c91747d commit f0ac2f5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments