You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its quite easy to exhaust all IP ports when using this from async code. It appears to create a new connection for each call. This manifests in errors such as JsonRpc(Transport(Minreq(IoError(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })))).
Its quite easy to exhaust all IP ports when using this from async code. It appears to create a new connection for each call. This manifests in errors such as
JsonRpc(Transport(Minreq(IoError(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" }))))
.See also issue #12.
Workaround is to add a delay into the calling code.
The text was updated successfully, but these errors were encountered: