Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FEC-7516): fix IMA get stuck when ad response is bad #36

Merged
merged 3 commits into from
Dec 3, 2017
Merged

Conversation

OrenMe
Copy link
Contributor

@OrenMe OrenMe commented Nov 29, 2017

Description of the Changes

when ad response is malformed we get a rejection of promise, but because int's a nested promise and we didn't return it then the external catch didn't get triggered and the code flow got stuck.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@OrenMe OrenMe self-assigned this Nov 29, 2017
@OrenMe OrenMe requested a review from dan-ziv November 29, 2017 21:24
@OrenMe
Copy link
Contributor Author

OrenMe commented Nov 29, 2017

@dan-ziv any ideas on how to check the PAUSE middleware promise rejection use case?

@OrenMe OrenMe merged commit 52fca41 into master Dec 3, 2017
@OrenMe OrenMe deleted the FEC-7516 branch December 3, 2017 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants