iOS Question AStream Error, what does it mean?

Turbo3

Active Member
Licensed User
Longtime User
I sometimes get the following error. Any ideas on what it means and if there is something I need to do to not get them?

B4X:
streamError only defined for abstract class.  Define -[B4IFastSocket streamError]!
 

Turbo3

Active Member
Licensed User
Longtime User
My code issues a AStreamT.Close then a WiFi_Socket.Connect(host,35000,2000) and the link comes back up again.
 
Upvote 0

Turbo3

Active Member
Licensed User
Longtime User
Yes I handle both but am only seeing the AStream_Error event. Never any AStream_Terminated events.

I just don't understand what the "streamError only defined for abstract class" message I get with the AStream_Error event is try to tell me.
 
Upvote 0

Turbo3

Active Member
Licensed User
Longtime User
That is good to hear. It is not a big problem since my app recovers but it will be great to know the reason when the library gets fixed.
 
Upvote 0
Top