endel / NativeWebSocket

🔌 WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP)
Other
1.13k stars 155 forks source link

Cannot send text in OnOpen() event method #10

Open gilberthsieh opened 4 years ago

gilberthsieh commented 4 years ago

Thank you for providing this easy to use web socket library. Recently I got an issue that I used SendText() method in OnOpen() event method, but the text message didn't sent i.e. server didn't receive the text message. I use AWS API Gateway WebSocket service. Please help to solve this issue. Thank you.

Krystian12 commented 2 years ago

I have the same issue. I send a message on a new thread in OnOpen(). The server does not receive this message