0no-co / wonka

🎩 A tiny but capable push & pull stream library for TypeScript and Flow
MIT License
709 stars 29 forks source link

Fix passesSinkClose for delay operator #48

Closed kitten closed 4 years ago

kitten commented 4 years ago

This fixes the delay operator by removing an unnecessary End event being sent when Close is received. It also fixes a potential duplicate End signal and renames gotEndSignal to ended.