The webserver reports this error:
java.lang.NullPointerException
at anywheresoftware.b4j.object.WebSocketModule$Adapter.onWebSocketText(WebSocketModule.java:121)
when my b4a client app starts the first time.
I close the app and restart it and i do not get that error message, all works well.
Note that the connection is successful in both cases, but on app first start the subsequent requests to the server do not work and do not return errors on the server.
(my bad english )
java.lang.NullPointerException
at anywheresoftware.b4j.object.WebSocketModule$Adapter.onWebSocketText(WebSocketModule.java:121)
when my b4a client app starts the first time.
I close the app and restart it and i do not get that error message, all works well.
Note that the connection is successful in both cases, but on app first start the subsequent requests to the server do not work and do not return errors on the server.
(my bad english )