Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always yield Server.handle_comm coroutine (#2559)
Without this change, I see the following when running [this](https://github.com/TomAugspurger/dask-perf/blob/master/bench_comm.py) comm benchmark. ``` (ucx-dev) an.taugspurger@dgx05:~/ucx-dev-env/dask-perf$ python bench_comm.py /home/nfs/an.taugspurger/ucx-dev-env/distributed/distributed/comm/tcp.py:436: RuntimeWarning: coroutine 'server_handle_comm' was never awaited self.comm_handler(comm) ```
- Loading branch information