3.1.6
Bug fix:
- #442 Restore the
HttpClientAdapterclass andOptionBuilder.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 viasetWebSocketConnector, and will be removed in 4.0.0. Migrate toOptionBuilder.setWebSocketConnector(). - #441 fix:
NoSuchMethodErrorwhen the server replies with an empty ack (no payload) while atimeout/ackTimeoutis set (e.g. viaemitWithAckAsyncorsocket.timeout(x).emit(...)).