You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the websocketpp::send is an async interface that will sumit the send request to outgoing queue, How do I confirm when the message was sent, is there any on_send callback?
I have a scenario that the message was failed to send due to connection broken, I need to confirm a message was sent either successfully or failed.
Thanks
The text was updated successfully, but these errors were encountered:
Hi Dear Author
the
websocketpp::send
is an async interface that will sumit the send request to outgoing queue, How do I confirm when the message was sent, is there anyon_send
callback?I have a scenario that the message was failed to send due to connection broken, I need to confirm a message was sent either successfully or failed.
Thanks
The text was updated successfully, but these errors were encountered: