Peter Hinch

Results 488 comments of Peter Hinch

I have no idea which platforms are most popular nor do I know how to find out. I do know there are an awful lot of platforms; I have chosen...

This issue is driving me to distraction and, in my opinion, requires urgent attention from the maintainers. I get support queries from users where my code fails on some platform...

It needs tidying up to conform with the new syntax, but **uasyncio** V3 does support the old event loop approach. A quick test on a Pyboard D, running the server...

I have ported this to V3 in the directory **v3/as_drivers/client_server**. This is alpha code and is not yet documented: I've tested it with the client running on a Pyboard D...

I don't know. I've only tested this demo on a local network. There have been issues around running TLS on nonblocking sockets. My understanding is that this works on Pyboard...

> But MicroPython are not running as baremetal, it runs as a task of FreeRTOS, right? That depends on the platform. It is true for ESP32, but on Pyboards (1.x...

When it comes to security we need to be clear about the threat. I agree that my IOT solution does not protect against interception of the information flowing between the...

Thank you for that well presented bug report. As yet there are no official replacements for my primitives. I don't know when Damien expects to produce them, so I am...

@kevinkk525 has demonstrated that this problem is not fully fixed by PR https://github.com/peterhinch/micropython-async/pull/42. It still fails if multiple coros compete to get from a **Queue** which becomes empty. A similar...