iOS Question AsyncStreams error

jefflynn1974

Member
Licensed User
Longtime User
I'm porting one of my android apps, which uses tcp communication with a java server. I'm getting TcpStreams_Error: *** -streamError only defined for abstract class. Define -[B4IFastSocket streamError]! messages. It seems something is not implemented here. How can I get the actual error message, and some details that might help the debugging?
 

jefflynn1974

Member
Licensed User
Longtime User
Thanks Erel, I have been able to solve this. I closed the socket on the server side too early. I wonder why this was not a problem for the Android version though.
 
Upvote 0
Top