Android Question How get answer from ESP8266 AsincWebsocket server?

dimajak

Member
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.
 
Top