Skip to content

Conversation

satvug
Copy link

@satvug satvug commented Jun 26, 2019

Before, the edge.callback function would be called before the response was received, when it was the first edge in the sequence, which meant the callback function would be called with None as response instead of the real response. This commit moves the callback call down so the first response in the sequence will be the correct one and not None.

This should fix #84

Before, the edge.callback function would be called before the response was received, when it was the first edge in the sequence, which meant the callback function would be called with None as response instead of the real response. This commit moves the callback call down so the first response in the sequence will be the correct one and not None.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 90.537% when pulling 103f30c on satvug:patch-1 into cb07609 on cisco-sas:master.

@BinyaminSharet
Copy link
Member

Please submit this PR on the 'next' branch

@satvug satvug changed the base branch from master to next June 26, 2019 11:18
@satvug
Copy link
Author

satvug commented Jun 26, 2019

Please submit this PR on the 'next' branch

Done :)

@BinyaminSharet BinyaminSharet merged commit c40028d into cisco-sas:next Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants