You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebSocket++
I am using websocketcpp in a Linux system as client that connects to a Java server. It is important for the client to be sure that the server received the message. For the send method I see that it only queues it to the outgoing messages queue. Is there someway to make sure that the server got the message? Does the server respond with something like HTTP 200 when it receives the message?