docker-modem icon indicating copy to clipboard operation
docker-modem copied to clipboard

Fix socket hung up for concurrent requests

Open iammathew opened this issue 4 years ago • 0 comments

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.

iammathew avatar Dec 02 '20 10:12 iammathew