Skip to content

1.2.0 release

Compare
Choose a tag to compare
@melode11 melode11 released this 13 Apr 04:25
· 156 commits to master since this release

Changes:

  • Reconnection APIs change, add transparent reconnecting feature
    • remove reconnect(std::string const& url).
    • Add set_reconnect_attempts, set_reconnect_delay , set_reconnect_delay_max ,set_reconnecting_listener, set_reconnect_listener for transparent reconnecting. All of them are optional to set values.
  • Fix a bug of ignoring the first binary in the received message, reported in issue: #3