This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Description
|
ip, _, _ = backend.get_listen_addr() |
I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line 908 in pool.py.
The error is being raised when I am calling fiber using docker as the backend.
This the command I am using to call the script: FIBER_BACKEND=docker FIBER_IMAGE=docker-test:latest python test_fiber_docker.py