https://www.b4x.com/android/forum/threads/firebase-push-messages-fcm.81025/#content
I am using B4R 3.0, Esp8266 2.5.2, Esp32 1.0.4
Using this example on the Esp8266 works fine.
On the Esp32 the HttpJob/ParseResult function is not called.
The data returned from Firebase in HttpJob/AStream_NewData event are the same with both boards, so the error is that the HttpJob/AStream_Error is not called.
I have tried every combination of:
B4R - 2.5.1 , 2.80 , 3.00
Esp32 - 1.0.1 , 1.0.2 , 1.0.3 , 1.0.4
Of course I can use a Timer and call the ParseResult function when no more data is coming, but I would like to know why the AStream_Error is not called
Jan
I am using B4R 3.0, Esp8266 2.5.2, Esp32 1.0.4
Using this example on the Esp8266 works fine.
On the Esp32 the HttpJob/ParseResult function is not called.
The data returned from Firebase in HttpJob/AStream_NewData event are the same with both boards, so the error is that the HttpJob/AStream_Error is not called.
I have tried every combination of:
B4R - 2.5.1 , 2.80 , 3.00
Esp32 - 1.0.1 , 1.0.2 , 1.0.3 , 1.0.4
Of course I can use a Timer and call the ParseResult function when no more data is coming, but I would like to know why the AStream_Error is not called
Jan