Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Process kill fix #7

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Process kill fix #7

wants to merge 13 commits into from

Conversation

javruben
Copy link

@javruben javruben commented Jul 8, 2013

@fjakobs @lennartcl @mostafaeweda

Sadly, this PR contains all the changes I've made during the course of working on newclient. The important one is the process kill fix. This is achieved by moving streams to the bottom:
https://github.com/c9/vfs-socket/pull/7/files#L2L110

@@ -124,6 +126,11 @@ function Consumer() {
proxyApi.emit("error", err);
});
});

this.on("error", function(err){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was annoying me sometimes with collab, good that you handled it here

@@ -59,6 +63,7 @@ function Worker(vfs) {
watch: route("watch"),
connect: route("connect"),
spawn: route("spawn"),
pty: route("pty"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't this require c9/vfs-local#11 to be merged as well ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't matter unless the method is called.

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

Successfully merging this pull request may close these issues.

3 participants