I just tagged and published autobahn java 17.10.4. This is mostly a bug fix release, especially for Android. At the same time we have also simplified the WAMP API by overloading.
We keep a change log in our github repository[1]. Below is a essential “what changed”.
- Session API convenience and cleanup (#312)
- Rename NettyTransport to NettyWebSocket (#310)
- Revamp logging (#309)
- Android: Execute callbacks on main(UI) thread (#307)
- Simplify the Client API (#306)
- Fix WebSocket auto-reconnect (#305)
[1] https://github.com/crossbario/autobahn-java/blob/master/CHANGELOG.md
Cheer!