Árni Már Jónsson

Results 14 comments of Árni Már Jónsson

Hi. I've been hit hard by this problem, and I'm working on a solution at https://github.com/arnimarj/txredisapi/commits/master I've put it through a pathological case where I've put the replyTimeout to 10ms,...

I've hit a similar use case. I was running concurrent downloads and wanted a progress meter for each download, along with a log output when each (potentially failed) download finished....

As a reference point, `pyright` does warn about this (output taken from a reduce version of the above): ```shell (tools_venv3) ➜ m python3 -m pyright buggy.py /home/arni/m/buggy.py /home/arni/m/buggy.py:16:16 - error:...

> What's holding this back from being merged? I never got around adding proper tests for this, but this does seem to fix the reported issue. I'll move it out...