Re: [webrtc-pc] (How) does SCTP handle CPU-bound congestion on JavaScript thread? (#2086)

the issue is sending back a signal to the sender so it doesn't send more
data until the event queue has been processed and the data delivered to the
js app.

El sáb., 26 ene. 2019 14:15, Lennart Grahl <notifications@github.com>
escribió:

> Then please, both of you, tell me what you believe this issue is about:
>
>    1. Feeding back a signal to the SCTP stack to let the flow control
>    kick in and stop receiving data due to CPU load on the JS thread?
>    2. Feeding back a signal to whatever thread is handling the SCTP stack
>    to stop delivering messages to the JS thread? (No, this does not allow the
>    flow control to kick in or it would be equivalent to 1.)
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/w3c/webrtc-pc/issues/2086#issuecomment-457830261>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/ABBW8_LlMNinD-isbDtxzImsV3htJBDCks5vHFTlgaJpZM4aS7_J>
> .
>


-- 
GitHub Notification of comment by murillo128
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2086#issuecomment-457831845 using your GitHub account

Received on Saturday, 26 January 2019 13:38:56 UTC