Skip to content

reqwesthttpsrc: Drop the receiver before stopping the element

Sebastian Dröge requested to merge slomo/gst-plugins-rs:reqwest-test-fix into master

Otherwise there might still some thread waiting for the receiver to consume a message and we would deadlock here. Dropping the receiver drops all messages and unblocks them all immediately.

Also don't panic when sending messages to a dropped receiver.

Merge request reports