D dimajak Member Mar 6, 2026 #1 Server send to all clients text ws.textAll("OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server.
Server send to all clients text ws.textAll("OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server.
Solution teddybear Mar 7, 2026 dimajak said: Server send to all clients text ws.textAll("OK");"OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server. Click to expand... See the implementation of a WebSocket client Try using EventName_TextMessage to receive the response.
dimajak said: Server send to all clients text ws.textAll("OK");"OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server. Click to expand... See the implementation of a WebSocket client Try using EventName_TextMessage to receive the response.
teddybear Well-Known Member Licensed User Mar 7, 2026 #2 dimajak said: Server send to all clients text ws.textAll("OK");"OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server. Click to expand... See the implementation of a WebSocket client Try using EventName_TextMessage to receive the response. Last edited: Mar 7, 2026 Upvote 0 Solution
dimajak said: Server send to all clients text ws.textAll("OK");"OK");: How get answer from server in program B4A with Websocket library? I can send text to server, but I don't know how to get a response from the server. Click to expand... See the implementation of a WebSocket client Try using EventName_TextMessage to receive the response.
D dimajak Member Tuesday at 6:49 PM #3 teddybear said: See the implementation of a WebSocket client View attachment 170482 Try using EventName_TextMessage to receive the response. Click to expand... Thank you, it worked! Upvote 0
teddybear said: See the implementation of a WebSocket client View attachment 170482 Try using EventName_TextMessage to receive the response. Click to expand... Thank you, it worked!