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
I am using this repo in my project and I observe very often that the Web part does not react any more.
So it is like the server is gone in a way but the chip (here the ESP8266) shows connected to the wifi.
I saw the release infos and looked into the code.
So I came to the idea, would it not be a good thing to replace the new and delete by the Smart pointers like std::unique_ptr and it friends to prevent from memory leakage in future.
Memory leakage is difficult to detect, so I think it would be a good point.
What do you mean about this?
Frank
The text was updated successfully, but these errors were encountered:
@earlephilhower @Links2004 ,
Hey two guys ,
I am using this repo in my project and I observe very often that the Web part does not react any more.
So it is like the server is gone in a way but the chip (here the ESP8266) shows connected to the wifi.
I saw the release infos and looked into the code.
So I came to the idea, would it not be a good thing to replace the
new
anddelete
by the Smart pointers likestd::unique_ptr
and it friends to prevent from memory leakage in future.Memory leakage is difficult to detect, so I think it would be a good point.
What do you mean about this?
Frank
The text was updated successfully, but these errors were encountered: