https://github.com/aep/yeet
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aep/yeet
- Owner: aep
- Created: 2023-01-31T12:34:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T12:38:24.000Z (over 3 years ago)
- Last Synced: 2025-10-13T11:47:00.245Z (8 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
periodic state exchange in go
Very simple eventual-delivery of absolute state over tcp.
a simple client/server that handles reconnects under the hood but *not* redelivery,
since the intent is to be used for absolute state, where redelivering
outdated messages would be pointless.
- aggressive timeouts
- automatically reconnects on failure
- Read() will always succeed eventually, but might have missed some messages in the middle
- Write() will usually succeed eventually, but doesn't guarantee the receiver actually read the message