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

P0 Bug: Dropping extensions in response messages #211

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

hannahhoward
Copy link
Collaborator

@hannahhoward hannahhoward commented Sep 3, 2021

Goals

If a response is built with extensions but NO other data, it can get dropped, because of a bug where we're not marking an outgoing response needing to get sent. This is most likely to happen when there are multiple responses being sent between the same requestor and responder.

Note: we should refactor this builder code cause I think it's weird that we're determining responses based on who has metadata. That being said, best to get this fixed for now.

resolve issue where extensions may get droppped from graphsync messages
@hannahhoward hannahhoward merged commit dbd867f into main Sep 7, 2021
@aschmahmann aschmahmann mentioned this pull request Dec 1, 2021
80 tasks
@mvdan mvdan deleted the fix/message-building branch December 15, 2021 14:17
marten-seemann pushed a commit that referenced this pull request Mar 2, 2023
* fix: disable restart ack timeout

* fix: option to disable accept and complete timeouts
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