rbsoft Active Member Licensed User Longtime User Nov 9, 2011 #1 I am working on an application with an activity and a service. The service should handle the TcpIp communication. Socket1.Initialize and .Connect works, but as soon as I initialize the AsyncStreams object the activity disappears and the program stops. Any idea? Is this possible in a service module? Rolf
I am working on an application with an activity and a service. The service should handle the TcpIp communication. Socket1.Initialize and .Connect works, but as soon as I initialize the AsyncStreams object the activity disappears and the program stops. Any idea? Is this possible in a service module? Rolf
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2011 #2 See my answer in stackoverflow.com. Upvote 0
gemasoft Member Licensed User Longtime User Sep 1, 2012 #3 Please share the answer Erel i have the same problem. Do you share the answer here?? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 2, 2012 #4 Which error do you get? You should check the logs. Upvote 0