Skip to content

Chimera thread doesnt close. #35

@wrotek

Description

@wrotek

Hello,
Im using nodejs v0.8.23-pre (Chimera doesnt work with 0.10.x) on Ubuntu 12.10 x64.
For now everything works except close() method. Even with simple example script like:

var c = new Chimera();
c.perform({
url: "http://www.google.com",
locals: {
},
run: function(callback) {
callback(null, "success");
},
callback: function(err, result) {
console.log(status)
c.close();
}
});

Script doesnt end, and chimera thread is kept till i kill nodejs process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions