Android Question what is the diffrent with websocket and websocketHandler

fash866

Member
Licensed User
Longtime User
when i use websocket , the code is:
B4X:
dim websock as websocket
websock.Initialize("websock")
websock.Connect("WS://xxx")
But it's throw a error :
java.lang.RuntimeException: java.lang.Exception: Sub websock_closed signature does not match expected signature.
 
Top