Skip to content

Do not stop gossip loop on transient UDP recv errors#182

Closed
fulmicoton-dd wants to merge 1 commit into
mainfrom
fix-server-recv-error-handling
Closed

Do not stop gossip loop on transient UDP recv errors#182
fulmicoton-dd wants to merge 1 commit into
mainfrom
fix-server-recv-error-handling

Conversation

@fulmicoton-dd
Copy link
Copy Markdown
Collaborator

Summary

  • Log and continue instead of returning on UDP recv errors in the server loop
  • A transient error (e.g. ENOBUFS) previously killed the entire gossip loop

Closes #145. Supersedes #146 — same fix, rebased on current main without the signature changes.

Test plan

  • cargo check passes

🤖 Generated with Claude Code

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.

Weird behavior when running tests

1 participant