cpprestsdk
cpprestsdk copied to clipboard
websocket connection check
Hi,
My requirement is to establish connection to the websocket and then send multiple messages to the server. I checked websocket_client class but couldn't find way to check if client is still connnected. Is there any function or way to find if client is connected before sending message?
Thanks