mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
add flush() to unref() see #50
This commit is contained in:
@ -77,6 +77,7 @@ public:
|
||||
DEBUGV(":ur %d\r\n", _refcnt);
|
||||
if (--_refcnt == 0)
|
||||
{
|
||||
flush();
|
||||
if (_pcb)
|
||||
{
|
||||
tcp_arg(_pcb, NULL);
|
||||
|
Reference in New Issue
Block a user