Async APIs use wrong future chaining method when using the inject_callbacks_and_decode
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Jared Casey October 4, 2022 at 4:09 PM
Fixed chaining futures method.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jared Casey
Jared CaseyReporter
Jared Casey
Jared CaseyStory Points
1
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty Incident
PagerDuty

PagerDuty Incident
Sentry
Linked Issues
Sentry
Linked Issues
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created September 30, 2022 at 4:12 PM
Updated October 4, 2022 at 4:09 PM
Resolved October 4, 2022 at 4:09 PM
Instabug
The async API wrappers (AsyncWrapper - acouchbase, TxWrapper - txcouchbase) make a call to _chain_futures() in the inject_callbacks_and_decode() method. The _chain_futures() method should be chain_futures(). Fix the method call.