streamlit-webrtc icon indicating copy to clipboard operation
streamlit-webrtc copied to clipboard

Use asyncio instead of threading in Processor

Open whitphx opened this issue 4 years ago • 1 comments

Threading is not intended to be used with asyncio. Processor class' async processing can be implemented with asyncio as Mixer class can be a reference.

whitphx avatar Aug 23 '21 14:08 whitphx

If this is done, #365 may be resolved.

whitphx avatar Aug 25 '21 16:08 whitphx