rpclib v2.1.0 Release Notes

Release Date: 2017-07-15 // over 6 years ago
  • ๐Ÿ›  This is mainly a bugfix release.

    ๐Ÿš€ Released on 2017-07-15.

    ๐Ÿ”„ Changes since 2.0.1:

    • ๐Ÿ›  Fixed an issue where the server did not properly release closed connections (#125)
    • ๐Ÿ›  Fixed issues related to timeouts (#114, #115, #116)
    • 0๏ธโƒฃ There is no longer a default timeout
    • ๐Ÿ›  Fixed warnings when compiling with clang
    • ๐Ÿ›  Fixed the dispatcher silently accepting multiple functions with the same name (#128)
    • Changed minimum support g++ version to 4.8 from 4.9 (thanks to reddit user attomsk for letting me know)