Dear All,
I´ve been playing with the client from:
https://www.b4x.com/android/forum/threads/websocket-client-library.40221/
I have not set up the B4j side of it, cause I´m not going to run a local server for this, but attempt to connect to a remote one.
So I´m testing it against:
http://demos.kaazing.com/echo/
Which shows me as connected, but when sending text, nothing comes back.
All I did in the client was changing the link to:
What could be the reason for this?
Thanks in advance!
I´ve been playing with the client from:
https://www.b4x.com/android/forum/threads/websocket-client-library.40221/
I have not set up the B4j side of it, cause I´m not going to run a local server for this, but attempt to connect to a remote one.
So I´m testing it against:
http://demos.kaazing.com/echo/
Which shows me as connected, but when sending text, nothing comes back.
All I did in the client was changing the link to:
B4X:
Private link As String = "ws://demos.kaazing.com:80/echo/"
What could be the reason for this?
Thanks in advance!