Lucien Zürcher
Lucien Zürcher
Can be closed, will reopen should i find an issue with the solution. Thank you :)
@EskoDijk Thanks for this hint, I updated the code in an older openthread version which did not support this behavior. Adding a bool indicating the handling state sounds reasonable. I...
Updated code to integrate @EskoDijk changes. Please rereview @abtink @jwhui , since I introduced a few helper functions to enable a more readable flow and was required to add new...
With a bit of a gap finally integrated @EskoDijk review changes, maybe have a short look if i did not miss anything, and rebased to correct the api version. So...
@jwhui PR is ready. ~~Tests seem to fail due to permission issues.~~ Giving the PR a review and potentially merge earlier then later would be appreciated, otherwise I am rebasing...
@jwhui resolved, thanks for the thorough checkup 👍 (I also fixed it for the `SetDefaultHandler` function)
@jwhui resolved 🎉
Thank you, I will check this solution. If I want to just send a non request. Can I do following? ```py async with asyncio.timeout(0): await my_request.response ``` But generally what...