Skip to content

2.4.0

Choose a tag to compare

@andrei-cristea andrei-cristea released this 03 Jun 14:35
· 13 commits to main since this release

Added

  • Addition of two methods for configuring the timeout value used by server nodes in "Reader Client Side" usage mode (issue [eclipse-keyple/keyple-distributed-network-java-lib#13]). The timeout defines the maximum time the client can wait for the server's response, as well as the maximum time the server can wait between two client calls.
    • RemotePluginServerFactoryBuilder.NodeStep.withSyncNode(int timeoutSeconds)
    • RemotePluginServerFactoryBuilder.NodeStep.withAsyncNode(AsyncEndpointServerSpi endpoint, int timeoutSeconds)

Changed

  • Logging improvement.

Upgraded

  • Keyple Distributed Network Lib 2.3.1 -> 2.4.0