Hi there,
I am probably doing something silly, just trying to send a picture as a base64 string from one place to another via a TCP socket using Astream but I am getting this message -
Error:- *** -streamError only defined for abstract class. Define -[B4IFastSocket streamError]!
and all I get at the other end is part of the picture.
I have encoded the picture with base64 if that helps.
Ultimately the picture when its received at the other end is going to be stored in a sql database.
anyone know what this error message means?
I am probably doing something silly, just trying to send a picture as a base64 string from one place to another via a TCP socket using Astream but I am getting this message -
Error:- *** -streamError only defined for abstract class. Define -[B4IFastSocket streamError]!
and all I get at the other end is part of the picture.
I have encoded the picture with base64 if that helps.
Ultimately the picture when its received at the other end is going to be stored in a sql database.
anyone know what this error message means?