Andrea Tedeschi
Andrea Tedeschi
## Feature or Enhancement Move from `asyncio.gather` to `asyncio.TaskGroup` in `WebSocketProxy.__call__`. ## Pitch `asyncio.TaskGroup` (only available wih *Python >= 3.11*) has a more structured cancellation logic and (as stated from...
## Bug `test_manager` tests ***may*** time out on *Python 3.10*. This is probably related to the usage of `signal`.
## Feature or enhancement Ensure that `__init__` method signature of interfaces inheriting from `BrokerInterface` contains a positional arg for the broker url. ## Ptich Interfaces inheriting from `BrokerInterface` now have...
## Current behavior Currently, when `NodeManager.create_outlet` returns an error, `tcp_outlet_create_impl` (the caller) does not parse it and returns a generic error message instead and thus does not give the user...