Aerospike C# Client Release 5.2.2 (August 15, 2022)

Aerospike C# client version 5.2.2 was released on August 15, 2022.

Fixes

  • CLIENT-1798 Check if socketWatch is active before checking socketTimeout in async CheckTimeout(). This prevents unexpected async command termination (introduced in 5.2.1) from occurring when the command is sitting in the delay queue and has not started execution yet.
  • DOCS-766 Improve documentation for BatchPolicy maxConcurrentThreads field.