Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Do not block user threads when performing async thin client operations.

IEP-51 introduced async API to the Java thin client, but socket writes are still performed on the user thread and are potentially blocking.

...