Nándor Mátravölgyi

Results 9 comments of Nándor Mátravölgyi

Hi! I've just ran into this issue myself. After delving a bit into the codes of gunicorn and uvicorn, I can say the problem is simple, but not very trivial...

Hi! In short I've found myself in the need for nodes with TTL. I'm not entirely sure how this PR is blocked, but I figured it might be good enough...

I'm experiencing the same issue. The subscription works if I start Firefox on its own, but not using geckodriver. Versions: 0.30 and 0.31 Platform: Arch Linux Firefox: 99.0.1 Selenium: 3.141.0...

It is still not working, I've tried 23.05.1-2 and 23.05.2-2 built locally. Download attempt logs: ``` kit-3867488-3867394 2023-07-25 16:50:34.374300 +0200 [ kitbroker_002 ] ERR ToMaster-002: error: cmd=exportas kind=failure| common/Session.hpp:165 wsd-3867380-3867551...

I've finished setting up another local build of 23.05.1-2 on a different machine and it works on it. I'm not sure how to investigate the effective difference. I'm pretty sure...

The second optimization further reduces the number of CBC encrypt calls by batching the data together and only calling encrypt once in `CMAC.finalize()`. This helps some more when a lot...

I've tried setting `retry.backoff.ms` to `1` and it considerably improves the performance. So the time is mostly spent by the transacting producer waiting for a retry-delay. I've added the DEBUG...

I've found two more conditions that make the problem seemingly subside. ### 1. Transact more than one message If I change the line of the demo-transactor ``` if True: #...

I've re-examined the issue with v1.6.0, and it seems to be identical to v1.5.0. ### Async behavior is unclear for commit_transaction() > Your conclusion is right, transaction commits are asynchronous...