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

Ignore responses to missing remote calls. #87

Merged
merged 2 commits into from
Aug 24, 2016

Conversation

jonathanj
Copy link
Contributor

Fixes #86.

// If the transport is running then something strange has happened,
// otherwise just do nothing.
if (self.deliveryChannel.running) {
Divmod.msg('Received response to missing call: ' + responseId);
Copy link
Contributor

@mithrandi mithrandi Aug 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"missing call" is a little mysterious if you're not deeply familiar with this bit of the code already; how about "unknown or already-responded call" instead?

@mithrandi
Copy link
Contributor

👍

@mithrandi mithrandi merged commit dd7053c into twisted:master Aug 24, 2016
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.

2 participants