Skip to content

Commit

Permalink
fix: also pass the sequence page in the pub sub client
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Oct 9, 2024
1 parent 634f201 commit f679607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions momento/pubsub_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (client *pubSubClient) topicSubscribe(ctx context.Context, request *TopicSu
CacheName: request.CacheName,
Topic: request.TopicName,
ResumeAtTopicSequenceNumber: request.ResumeAtTopicSequenceNumber,
SequencePage: request.SequencePage,
})

if err != nil {
Expand Down

0 comments on commit f679607

Please sign in to comment.