rymanluk edited a comment on issue #824:
URL: https://github.com/apache/mynewt-nimble/issues/824#issuecomment-654128701


   Sorry for late reply, I had no time to look into it till now.
   
   I could reproduce it and this is watchdog  restarting source. Solution for 
your issue is to use `os_sem` instead of `os_mutex`. If I udenrstand corretly  
you want to wait here: 
https://github.com/haukepetersen/riotsandbox/blob/master/tests/mynewt_nimble_l2cap_coc_flooding/apps/source/src/main.c#L64
  untli UNSTALLED will be received.
   
   It works for me when I changed mutex -> semaphore.
   
   
   
   


----------------------------------------------------------------
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


Reply via email to