Skip to content
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

Fix starting and stopping #1

Merged
merged 1 commit into from
Nov 15, 2011
Merged

Fix starting and stopping #1

merged 1 commit into from
Nov 15, 2011

Conversation

apeace
Copy link
Contributor

@apeace apeace commented Nov 15, 2011

Right now the process will keep running with this code:

var ekg = require('ekg');

ekg.start();

setTimeout(function () { ekg.stop(); }, 1000 )

@ecto
Copy link
Owner

ecto commented Nov 15, 2011

Thank you for saving me from my laziness

ecto pushed a commit that referenced this pull request Nov 15, 2011
Fix starting and stopping
@ecto ecto merged commit a4398ae into ecto:master Nov 15, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants