Skip to content

Commit 4bfe150

Browse files
committed
Update comment
1 parent 3c6f192 commit 4bfe150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Development/nmos/client_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ namespace nmos
127127
}
128128

129129
#ifdef CPPRESTSDK_ENABLE_BIND_WEBSOCKET_CLIENT
130-
// The current version of the C++ REST SDK 2.10.18 does not provide the callback to enable the custom websocket setting
130+
// The current version of the C++ REST SDK 2.10.19 does not provide the callback to enable the custom websocket setting
131131
inline std::function<void(web::websockets::client::native_handle)> make_ws_client_nativehandle_options(bool secure, const utility::string_t& client_address, slog::base_gate& gate)
132132
{
133133
if (client_address.empty()) return {};

0 commit comments

Comments
 (0)