Nothing Special   »   [go: up one dir, main page]

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

log error if outgoing circular buffer is full #1182

Merged
merged 3 commits into from
Apr 5, 2023

Conversation

BertKleewein
Copy link
Member

No description provided.

@@ -75,6 +75,7 @@ describe('SenderLink', function () {
fakeRheaLink.sendable = sinon.stub();
fakeRheaLink.sendable.onSecondCall().returns(true);
fakeRheaLink.sendable.returns(false);
fakeRheaLink.has_credit = sinon.stub().returns(true)
Copy link
Member

Choose a reason for hiding this comment

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

nit: why add this stub if the tests don't use it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because the test calls send() on the transport and that requires this method to exist on the sender link.

@BertKleewein BertKleewein merged commit 71bf42a into Azure:main Apr 5, 2023
@BertKleewein BertKleewein deleted the full-buffer-warning branch April 5, 2023 22:00
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