I copied a class from B4J across to B4A that initialises a Socket (from Network lib) following a Sleep() function. The Socket works OK, but it's parentage was lost.
That is, it fires a "Connected" event back into "Main" not the class that contains the Socket.
I have attached a simple B4A example demonstrating this bug.
By the way, it works fine with the Sleep() function in B4J.
That is, it fires a "Connected" event back into "Main" not the class that contains the Socket.
I have attached a simple B4A example demonstrating this bug.
By the way, it works fine with the Sleep() function in B4J.