Search found 1 match
- Fri May 11, 2018 4:40 pm
- Forum: Report Bugs
- Topic: deadlock calling pppapi_free
- Replies: 1
- Views: 7368
deadlock calling pppapi_free
Hi, I'm facing the following issue, (code attached below) once pppapi_free been called the current task goes to a deadlock, checking docs, seems that pppapi_free should be called inside tcpip thread but I didn't find any way to do that. I also checked on espidf ppp example, but there isn't a ppp_pcb...