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