commit | a2c0bd8dd1f2ae929dc174fd77942c4d43b231b4 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Fri Apr 15 12:24:01 2022 +1000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri May 13 14:53:48 2022 +0200 |
tree | 73d8d46b5ed6f31bf9614d54639d23de6ebebd86 | |
parent | 1efce43a006d1d922e6993622fd7dfe7d8e6e405 [diff] |
wifi: esp_at: notify receivers on async close `esp_close_work` can be queued from the `on_cmd_closed`, which clears `ESP_SOCK_CONNECTED` and sets `ESP_SOCK_CLOSE_PENDING`, but does no further work. The receive callback should still be run with no data when the socket is closed through this mechanism. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>