-
Notifications
You must be signed in to change notification settings - Fork 5
Feature sync node graph fix #585
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
Conversation
[ci skip]
* Properly propagates timeout. * Ends early when all nodes are connected to. [ci skip]
|
Almost done with this, Just investigating task 5. So far as I can tell, the timer relating to the |
|
There's a weird bug. The process is being held open by a timer reference. The specific timer is the This seems to be a problem |
Can you make an issue, and how to reproduce this in js-timer. |
|
How do you know the underlying timer is not being cleared. Did you check by logging out the underlying timer object that is inside nodejs? |
|
I added a It's pretty clear that the underlying node timer in |
|
Ok please create a new issue js-timer, and task 5, shouldn't just be ticked if it wasn't resolved, you can however link to the new issue. |
|
New issue created at MatrixAI/js-timer#15 |

Description
This PR addresses some minor issues with
syncNodeGraphand the multi connection logic.Issues Fixed
Tasks
NodeManager.syncNodeGraphthrowing when a connection fails.establishMultiConnectionshould only throw if no connections were established.NodeConnectionthrows a nodes domain timeout error on connection timeout.5. Something is holding the process open, related to theTimer not cleaned up when cancelled. js-timer#15keepAliveIntervalTime. Investigate.Final checklist