Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TcpClient.cpp
- Revision:
- 12:1dd995402b99
- Parent:
- 11:647d53d146f1
- Child:
- 13:95c00132cd98
--- a/TcpClient.cpp Fri Aug 30 08:11:40 2019 +0000
+++ b/TcpClient.cpp Fri Aug 30 19:15:42 2019 +0000
@@ -438,6 +438,7 @@
*/
void TcpClient::close()
{
+ stop();
delete this;
}