Commit 3940989
committed
fix: pop session after TRANSMIT_COMPLETE_FAIL
Transport service (TS) fails to deliver a fragmented frame it called
send_data_callback_func(TRANSMIT_COMPLETE_FAIL), in this case the TS
does not pop the falied session. Therefore, subsequent sends appended a
fresh frame to the tail while the element in the top stales and stays in
the head, causing all following commands to be re-driven through TS.
Relates-to: ZGW-3457
Origin: #47
Signed-off-by: Laudin Molina Troconis <laudin.molinatroconis@silabs.com>1 parent b3dfbdf commit 3940989
2 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | | - | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
293 | 295 | | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
298 | | - | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
305 | 314 | | |
306 | 315 | | |
307 | 316 | | |
| 317 | + | |
308 | 318 | | |
309 | 319 | | |
| 320 | + | |
310 | 321 | | |
311 | 322 | | |
312 | 323 | | |
| |||
0 commit comments