Skip to content

Commit

Permalink
build: release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Nov 22, 2024
1 parent 9adfd19 commit b8d4c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/client.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,8 @@ var PubSubApiClient = class {
`Failed to request additional events for topic ${topicName}, no active subscription found.`
);
}
subscription.receivedEventCount = 0;
subscription.requestedEventCount = numRequested;
subscription.info.receivedEventCount = 0;
subscription.info.requestedEventCount = numRequested;
subscription.grpcSubscription.write({
topicName,
numRequested
Expand Down
4 changes: 2 additions & 2 deletions dist/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ var PubSubApiClient = class {
`Failed to request additional events for topic ${topicName}, no active subscription found.`
);
}
subscription.receivedEventCount = 0;
subscription.requestedEventCount = numRequested;
subscription.info.receivedEventCount = 0;
subscription.info.requestedEventCount = numRequested;
subscription.grpcSubscription.write({
topicName,
numRequested
Expand Down

0 comments on commit b8d4c4f

Please sign in to comment.