masayuki2009 commented on pull request #2858: URL: https://github.com/apache/incubator-nuttx/pull/2858#issuecomment-780245519
> > I noticed that esp_wifi_free_eb() must be called before calling work_queue(), otherwise Wi-Fi stops in SMP mode after 5mins. > > do you understand why? i don't. @yamt When I refactored the logic, the normal sequence was also affected. I thought this would work. Actually, it worked in non-SMP mode. However, it did not work in SMP mode. Perhaps, the work_queue() is processed in parallel. So I decided not to modify the normal sequence. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org