Emit send, even when it doesn't happen
This commit is contained in:
@@ -316,6 +316,7 @@ const _executeSubscription = (sub: Subscription) => {
|
||||
emitter.emit(SubscriptionEvent.Send)
|
||||
})
|
||||
} else {
|
||||
emitter.emit(SubscriptionEvent.Send)
|
||||
onComplete()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user