URLSreamBuffered problems using both cores of ESP32 with additional tasks. #2217
-
| Hi @pschatzmann. I noticed when I´m using URLStreamBuffered after finish this the rest of proceses keep freezed. I have seen that URLStreamBuffer uses a task over core 0 with level priority as 2, but Why this tasks never finish when I close the connection and remove the object? Thanks in advance. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| I think this is simply a bug: I committed a correction... I personally never use URLStreamBuffered() because the regular URLStream is always fast enugh for me. I also usually define the audio objects as global objects and just call end() when the resources should be released and begin() if I want to use it (again) | 
Beta Was this translation helpful? Give feedback.
I think this is simply a bug: I committed a correction...
I personally never use URLStreamBuffered() because the regular URLStream is always fast enugh for me. I also usually define the audio objects as global objects and just call end() when the resources should be released and begin() if I want to use it (again)