Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

3.1.2

Latest
Compare
Choose a tag to compare
@emgre emgre released this 22 Apr 17:09
· 6 commits to release since this release
  • 馃 Fix PrintingSOEHandler octet string size not printing properly. See 4372862
  • 馃 Fix keep-alive timer not properly calculated. See #407.
  • 馃 Fix LinkContext and MContext possible lifetime issue. See #407.
  • 馃 Fix UDP reconnect delay not being honoured. Also, initial UDP read errors (due to ICMP packets) do not close the socket immediately. See #438.
  • 鈿帮笍 Deprecate the LinkConfig constructor with an unused useConfirms argument. See #439.
  • 馃 In Java, CommandHeader builder methods now all return CommandHeaders. See #440.
  • 馃 In Java, fix LinkStatusListener not getting called. Also added the missing onUnknownDestinationAddress and onUnknownSourceAddress callbacks. All the callbacks now have an empty default implementation. See #441.
  • 馃 Added extra log when closing a new connection based on ServerAcceptMode::CloseNew. See #442.
  • 馃 Fix TLS server not throwing exception when a certificate or key file is not valid. See #443.