docker-modem
docker-modem copied to clipboard
Fix socket hung up for concurrent requests
When doing parallel requests over SSH it may result in a socket hung up, due to a shared client instance. This PR resolves this issue by instantiating a new client per request. Ideally, this will be solved by SSH multiplexing, but this is a simple fix first.