Attention is currently required from: jolly.
1 comment:
File src/common/l1sap.c:
Patch Set #1, Line 1814: rsl_chan_rt_is_asci
I am wondering if the new check you added can be integrated here as follows:
```
if (rsl_chan_rt_is_asci(lchan->rsl_chan_rt) {
if (lchan->asci.talker_active == VGCS_TALKER_WAIT_FRAME)
vgcs_talker_frame(lchan);
if (lchan->asci.talker_active != VGCS_TALKER_ACTIVE)
return 0;
}
}
```
To view, visit change 34423. To unsubscribe, or for help writing mail filters, visit settings.