Skip to content

Conversation

@yschimke
Copy link
Collaborator

No description provided.

@yschimke
Copy link
Collaborator Author

For discussion, tests to come.

return // Already ready.
}
check(exchange == null)
check(exchange == null) { "Transmitted has existing exchange, has an app interceptor left prior responses open?" }

Choose a reason for hiding this comment

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

Suggested change
check(exchange == null) { "Transmitted has existing exchange, has an app interceptor left prior responses open?" }
check(exchange == null) { "Transmitter has existing exchange, has an app interceptor left prior responses open?" }

I assume this is what was intended.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks

return // Already ready.
}
check(exchange == null)
check(exchange == null) { "Transmitter has existing exchange, has an app interceptor left prior responses open?" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wanna use the exact same text we use on line 158?

Copy link
Collaborator

Choose a reason for hiding this comment

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

(possibly fixing that line to match this!)

@yschimke yschimke merged commit 1b4cc4b into square:master Jan 25, 2020
@yschimke yschimke deleted the transmitter branch April 4, 2020 21:50
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