Hi I'm using TCP "Socket" to connect to a POS printer. Everything connects fine and communicates fine. The problem arises after I call ASocket.Close. When I try to reuse my Socket by calling ASocket.Connect again later, the Successful is always false in the connected event.
I'm not sure if this is related, but I do have similar issues when using B4A Bridge. Essentially if my connection get's lost, when I try to re-connect, it fails. I either have to re-start bridge on my device, which doesn't always help, or re-start b4a. Any ideas or suggestions regarding the socket issue?
I'm not sure if this is related, but I do have similar issues when using B4A Bridge. Essentially if my connection get's lost, when I try to re-connect, it fails. I either have to re-start bridge on my device, which doesn't always help, or re-start b4a. Any ideas or suggestions regarding the socket issue?