vrahane commented on pull request #2627: URL: https://github.com/apache/mynewt-core/pull/2627#issuecomment-868890195
So, I think this functionality is needed for sure but instead of making it blocking based on a semaphore and mutex, it needs to be made non-blocking. Neither the netcore, nor the appcore should wait for each others response. Instead they should continue with other stuff and maybe call an optional callback when the operation is done. Since we are making this driver generic enough, it is important that we make it superfluous. If this driver was only specific to coredumps it would make sense to make it blocking. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
