You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Client] Fixed a bug in the controlled fragment assemblers where their handler after aborting on a fragmented
message would receive on subsequent calls for that message a header with invalid position and fragmented frame length.
[Archive/C] Fix typo in aeron_archive_proxy_set_control_esssion_id function name.
[Driver/C] Fix data corruption resulting from aeron_append_block ignoring term_offset. (#1944)
[Driver] Process pending loss without delays in case of an unreliable subscriber (reliable=false), i.e. do not
apply NAK delay if no recovery will be attempted. (#1946)
[Cluster] Restores old behaviour around single-node cluster liveness timeouts. (#1947)