Simple-WebSocket-Server v1.3 Release Notes

Release Date: 2016-12-14 // over 7 years ago
  • 🔒 Important: Security fix for Client: added host verification

    Other improvements:

    • ➕ Added tcp no_delay socket option
    • ➕ Added io_test and CI
    • 🔄 Changed class visibility from private to protected
    • 👮 Force tlsv12 in SocketClient
    • 🛠 Fixed a bug on 32-bit system when processing larger messages
    • get_connections now returns an unordered_set instead of set
    • Fewer copies of shared_ptr objects
    • Can now replace or set boost::asio::io_service
    • Using std::regex if possible
    • Now passing client errors to onerror
    • 🛠 Fixed Crypto::Base64::encode for newer OpenSSL versions
    • 🛠 Various minor bug fixes