Emit send, even when it doesn't happen

This commit is contained in:
Jon Staab
2024-11-08 16:22:00 -08:00
parent 2878aeec64
commit 65719412a4
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -316,6 +316,7 @@ const _executeSubscription = (sub: Subscription) => {
emitter.emit(SubscriptionEvent.Send)
})
} else {
emitter.emit(SubscriptionEvent.Send)
onComplete()
}
}