Skip to content

Replace return with warn! in server loop#183

Merged
fulmicoton-dd merged 1 commit into
mainfrom
fix-server-fail-on-error-v2
Apr 20, 2026
Merged

Replace return with warn! in server loop#183
fulmicoton-dd merged 1 commit into
mainfrom
fix-server-fail-on-error-v2

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 previously killed the entire gossip loop

Rebased version of #146 by @cattuz on current main. Original contributor is preserved as commit author.

Closes #145

The return causes the server to stop and all gossiping to end whenever
a transient UDP recv error occurs. Log and continue instead.

Closes #145
@fulmicoton-dd fulmicoton-dd merged commit cf36fa7 into main Apr 20, 2026
5 checks passed
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