chrysn
chrysn
What bugs me a bit about the "request and cancel" approach is that the request operation, even though it is not expecting a response, may not be complete yet. Having...
I lost sight of this in October. I've merged your patch (so switching over to the master branch should work for your application) but still look into how I can...
While adding a test I found that some of the state was still lingering with your patch; 9b249a22cb3b7316dfa7ebb32bafd2dc873df61a fixes that, and should now leave you with no lingering state if...
I'm not all geared up right now (so try what I say but don't put too much weight to it, didn't read all up again), but did you, after some...
There is now a draft of a generalized credentials map in master, with its DTLS use documented [in the DTLS module documentation](http://aiocoap.readthedocs.io/en/latest/module/aiocoap.transports.tinydtls.html). While I don't recommend using this in pytradfri...
While the underlying tinydtls library may support certificates (the [original proposal](https://projects.eclipse.org/proposals/tinydtls) puts it out of scope, but [code search](https://github.com/eclipse/tinydtls/search?q=certificate&type=Code) indicates that some things are there), the Python wrapper used ([DTLSSocket](https://git.fslab.de/jkonra2m/tinydtls-cython))...
Thanks for the patches! I'll need to look at the cancellation also in connection with observations, may take a bit before I can comment on the cancellation one (see also...
I think this was resolved in 81a9e993f3713cd108d7a602543d33e11708f354, please reopen if any issue persists.
This is made more urgent by the apparent incompatibility between Python 3.8 and gbulb.
This is blocked on two issues: * https://github.com/jhenstridge/asyncio-glib/pull/7 or similar needs to be merged in -- otherwise examples like the widgets demo won't react to user interaction. * At way...