Skip to content

v2.5.2

Latest
Compare
Choose a tag to compare
@mofirouz mofirouz released this 27 Oct 10:33

Changed

  • WebSocketClient now closes the thread executor service if internal executor was used once the socket is closed.
  • Improve client and socket disconnection process.

Fixed

  • Corrected Channel Type enum values to match the protocol.
  • Session logout function no longer attempts to renew the token after logout.
  • WebSocket client resources are released immediately after disconnection and are made ready again in case of reconnection.