We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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");
socket closed (${this.host}:${this.port})
then,
line 253, proxy.ts connection.on("close", () => { console.log(connection closed (${connectionId})); });
connection closed (${connectionId})
After that, no more shares get accepted by the pool.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: