robgom
robgom
**Describe the bug** After upgrading asyncua to version 1.0.2, including commit 4e2389e824f951688ff2a0b29b7b994dc409c9b5, tests for OPC UA implementation regarding date time stopped working. The reason was that condition in win_epoch_to_datetime was...
Hi there, inside stream_reader and stream_writer (at least) there are calls to "asyncio.get_event_policy().get_event_loop()". That doesn't always work, like in my case - I wanted to provide sync wrapper for async...
Hi all, with upcoming planned deletion of telnetlib from stdlib (https://peps.python.org/pep-0594/#telnetlib) I wanted to try out using any replacement. telnetlib3 was too complicated to be used, so I wanted to...