Websocket not websocketclient.
The only way to send a message to the client is by using:
?
Is there a method of just sending a message?
Something like?
Maybe I did not see it any other way.
The only way to send a message to the client is by using:
B4X:
RunFunction (Function As String, Args As List)?
Is there a method of just sending a message?
Something like?
B4X:
ws.send("Hello World")
Maybe I did not see it any other way.