nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

devif:fix issue about devif_callback being released wrongly,resulting in no access to it

Open wangchen61698 opened this issue 1 year ago • 2 comments

Summary

modified reason:tcp_shutdown_monitor releases the callback related to the TCP connection. the callback is to be executed nextly by devif_dev_event, therefore devif_dev_event have no access to it

Impact

devif_dev_event

Testing

solve problem

wangchen61698 avatar Aug 20 '24 03:08 wangchen61698

please merge all changes into one

anchao avatar Aug 21 '24 00:08 anchao

please merge all changes into one

done

wangchen61698 avatar Aug 23 '24 06:08 wangchen61698