0.2.7
What's Changed
- Our errors inherit from
Throwable
, and now we callsuper()
in their constructors. This allows propagating exceptioncause
, as the result the whole chain of exceptions is visible in error handler. #58 - Disconnect gracefully from WebSocket, instead of calling
ws.cancel()
. By @PhilipDukhov in #56
Full Changelog: 0.2.6...0.2.7