I suspect I have changed something and caused the problem myself but can't find out what!
I'm sending/ receiving from B4a to B4r and every 10 or 20 seconds a get AStream_Terminated and the transmission is interrupted.
I've tried everything obvious (timers, log messages, the remote esp32 code etc.) but found nothing.
LastException doesn't help as it only shows the exception occurred before the AStream_Terminated not the one that caused it.
Unfilterred logs show various combinations of:
around the failure, which means nothing to me.
Is there any way to find out what is causing the termination?
Thanks
I'm sending/ receiving from B4a to B4r and every 10 or 20 seconds a get AStream_Terminated and the transmission is interrupted.
I've tried everything obvious (timers, log messages, the remote esp32 code etc.) but found nothing.
LastException doesn't help as it only shows the exception occurred before the AStream_Terminated not the one that caused it.
Unfilterred logs show various combinations of:
B4X:
CPU update time < 2.5sec
[CDS]close[47129]
threadid=17: exiting
threadid=18: exiting
threadid=17: bye!
07:33:47 SendAstream Terminated***********************************
threadid=18: bye!
[CDS]close[32779]
threadid=17: exiting
threadid=17: bye!
threadid=18: exiting
threadid=18: bye!
07:33:57 SendAstream Terminated***********************************
CPU update time < 2.5sec
CPU update time < 2.5sec
[CDS]close[57613]
threadid=17: exiting
threadid=17: bye!
threadid=18: exiting
threadid=18: bye!
07:34:17 SendAstream Terminated***********************************
adb fdevent_process list (15) (18)
around the failure, which means nothing to me.
Is there any way to find out what is causing the termination?
Thanks