Open millerjs opened 10 years ago
The mechanism to catch the hanging remote processes checks for a lack of traffic. However, due to the current lack of control messages, one of the pipes is timing out. Add keep alive messages to prevent this.
I've added control messages that can use keep alive, I'll work on implementing this.
The mechanism to catch the hanging remote processes checks for a lack of traffic. However, due to the current lack of control messages, one of the pipes is timing out. Add keep alive messages to prevent this.