Skip to content

v.3.1.0

Compare
Choose a tag to compare
@syermakov syermakov released this 28 Mar 10:40
· 226 commits to master since this release

New Features and Improvements:

  • Add @RpcRetry annotation for RPC methods in order to support retrying of failed RPC invocations
  • Javadoc updates and improvements

Bug fixes:

  • Fix a potential concurrency issue in NetworkClient that could result in the NetworkClient#localAddress() returning null inside of the NetworkClientCallback#onConnect(...) method