Skip to content

ts: various fixes

  • Rename delay_by as delay_for. This was the expected name in the 1st place.
  • Improve Socket and DataQueue implementations.
  • Hold PadSrc state lock during push*.
  • Add test for runtime/task.
  • Improve tests/pipeline.rs logs.
  • Fix multiple_contexts_* tests which hanged sometimes when run concurrently.

Merge request reports