cederom commented on PR #18414: URL: https://github.com/apache/nuttx/pull/18414#issuecomment-3931812926
> @Biancaa-R: @cederom I need a small help , so the older version is fully synchronous , the newest version is predominantly asynchronous with the async library , but it can be made sync also ,so which one do I do ? asynchronous implementation is fine? The old implementation is synchronous, so we need to stick to synchronous. As you know in Python using `async` in one place will taint all other calls with `async` thus flips the whole solution upside down. So let's stick to the old design :-) -- 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]
