Skip to content

Axiomatic: reconnect on broken socket indefinitely - #17

Open
davidt315 wants to merge 2 commits into
mainfrom
david/auto-reconnect-broken-pipe
Open

Axiomatic: reconnect on broken socket indefinitely#17
davidt315 wants to merge 2 commits into
mainfrom
david/auto-reconnect-broken-pipe

Conversation

@davidt315

Copy link
Copy Markdown
Contributor

previous behavior:
if a write fails, it keeps trying to write even though the socket is broken with no recovery behaviors. The only way out of this is to restart the node.

new behavior:
if connection is lost, tear down the socket and try to reopen it indefinitely

@davidt315
davidt315 force-pushed the david/auto-reconnect-broken-pipe branch from ee5719d to 7870417 Compare July 30, 2026 00:16
@davidt315
davidt315 force-pushed the david/auto-reconnect-broken-pipe branch from 7870417 to 9aa011b Compare July 30, 2026 00:59
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.

1 participant