T Turbo3 Active Member Licensed User Longtime User Mar 19, 2015 #1 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]!
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]!
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2015 #2 What happens after this message? Is the connection broken? Upvote 0
T Turbo3 Active Member Licensed User Longtime User Mar 19, 2015 #3 My code issues a AStreamT.Close then a WiFi_Socket.Connect(host,35000,2000) and the link comes back up again. Upvote 0
My code issues a AStreamT.Close then a WiFi_Socket.Connect(host,35000,2000) and the link comes back up again.
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2015 #4 Are you handling AStream_Error and AStream_Terminated events? Upvote 0
T Turbo3 Active Member Licensed User Longtime User Mar 19, 2015 #5 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
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.
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2015 #6 Actually it is trying to tell something to me, not you The iNetwork library doesn't implement the streamError method and therefore you don't get the "correct" error message. It will be fixed. Upvote 0
Actually it is trying to tell something to me, not you The iNetwork library doesn't implement the streamError method and therefore you don't get the "correct" error message. It will be fixed.
T Turbo3 Active Member Licensed User Longtime User Mar 19, 2015 #7 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
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.