mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
add :del message to unref
This commit is contained in:
@ -97,6 +97,7 @@ class ClientContext {
|
|||||||
close();
|
close();
|
||||||
if(_discard_cb)
|
if(_discard_cb)
|
||||||
_discard_cb(_discard_cb_arg, this);
|
_discard_cb(_discard_cb_arg, this);
|
||||||
|
DEBUGV(":del\r\n");
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user