From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2022-03-10 02:34:19


On Wed, Mar 9, 2022 at 3:18 PM Osman Zakir <osmanzakir90_at_[hidden]> wrote:
> handshake: An existing connection was forcibly closed by the remote host

Well, that is the error ECONNRESET. You need to study why that error
happens and apply it to the context of your particular use-case.

Regards