Aerospike C# client version 3.9.16 was released on February 15, 2022.
This minor release adds fixes. This is a back-port release for older servers.
Fixes
- CLIENT-1459 Fix .NET Core on Linux issues.
- CLIENT-1459 If SocketAsyncEventArgs.BytesTransferred is zero on send, close connection and retry if maxRetries not reached.
- CLIENT-1459 Fix infinite loop in Util.GetErrorMessage() when exception’s InnerException is always populated on all levels.
- CLIENT-1446 Add ShouldSerializeNode() to AerospikeException. This method signals the Newtonsoft JSON serializer to ignore the node member variable when serializing an AerospikeException instance.