Replies: 9 comments 3 replies
-
If I try to use |
Beta Was this translation helpful? Give feedback.
-
You shouldn't have to send anything back from the server. What happens if you do it without |
Beta Was this translation helpful? Give feedback.
-
It can send data to the server. |
Beta Was this translation helpful? Give feedback.
-
You could always do |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
check this: |
Beta Was this translation helpful? Give feedback.
-
I think we're also missing functions like |
Beta Was this translation helpful? Give feedback.
-
OK, I got it to work by |
Beta Was this translation helpful? Give feedback.
-
Right, sorry, I should have said |
Beta Was this translation helpful? Give feedback.
-
I'm buiding a communication between c# (WatsonWebsocket) and cpp (Websocket server).
When calling
SendAsync(msg).Wait(1000)
, it seems the result is alwaysfalse
though I can guarantee the server has received the message.As I'm not using
WatsonWebsocket
to build the server, I assume I need to send something back from my custom server so that theWastonClient
knows the message is sent correctly?What should I send back?
#27
Beta Was this translation helpful? Give feedback.
All reactions