-
Notifications
You must be signed in to change notification settings - Fork 899
Aeron Transport Selector Change Log
Dmytro Vyazelenko edited this page Jan 10, 2025
·
2 revisions
A client using this version won't be able to connect to aeronsd using an older version.
- aeronsd will now flush stdout after each message if not running in a terminal.
- aeronsd will now gracefully terminate on SIGTERM in addition to SIGINT, and both will result in 0 exit status.
- Introduced Java client.
- Improved error handling when accepting connections.
- Tightened up validation to prevent multiple Selector clients being created with one Aeron client.
Initial release.