Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error handling when connection closed to pool #158

Open
jimmy-tfp opened this issue Feb 20, 2018 · 0 comments
Open

error handling when connection closed to pool #158

jimmy-tfp opened this issue Feb 20, 2018 · 0 comments

Comments

@jimmy-tfp
Copy link

jimmy-tfp commented Feb 20, 2018

Hi,

I am getting "connection closed" errors after running the proxy for ~10-20hrs.
It must be from this:

2018-02-20 10:11: socket closed (x)
2018-02-20 10:11: connection closed (x)

line 74, connection.ts
console.log(socket closed (${this.host}:${this.port}));
this.emit("close");

then,

line 253, proxy.ts
connection.on("close", () => {
console.log(connection closed (${connectionId}));
});

After that, no more shares get accepted by the pool.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant