Skip to content

Release 3.1.6

Latest

Choose a tag to compare

@jumperchen jumperchen released this 13 Jun 13:02

3.1.6

Bug fix:

  • #442 Restore the HttpClientAdapter class and OptionBuilder.setHttpClientAdapter() that were unintentionally removed in 3.1.5 (a SemVer-breaking change in a patch release). They are now deprecated thin compatibility shims that bridge onto the package:web_socket transport via setWebSocketConnector, and will be removed in 4.0.0. Migrate to OptionBuilder.setWebSocketConnector().
  • #441 fix: NoSuchMethodError when the server replies with an empty ack (no payload) while a timeout/ackTimeout is set (e.g. via emitWithAckAsync or socket.timeout(x).emit(...)).