D dimajak Member Yesterday at 12:54 PM #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.
teddybear Well-Known Member Licensed User Today at 1:15 PM #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: Today at 2:01 PM Upvote 0
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.