You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is happening here is you are writing a command to the controller and the controller will respond to it. But the code above never reads the response, so the data queues up.
Maybe in earlier versions the data received was overwriting older responses
Bug description
Since version 0.11.0 of esp-wifi, the
BleConnector
leaks memory when callingwrite()
orwrite_all()
. This does not happen in version 0.10.1.To Reproduce
main.rs
Expected behavior
It is expected that no memory gets leaked. Instead, it can be observed that the unallocated heap memory is constantly decreasing.
Environment
The text was updated successfully, but these errors were encountered: