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

The concurrency structure of the main command loop is brittle #4

Open
bam365 opened this issue Jun 10, 2013 · 0 comments
Open

The concurrency structure of the main command loop is brittle #4

bam365 opened this issue Jun 10, 2013 · 0 comments

Comments

@bam365
Copy link
Owner

bam365 commented Jun 10, 2013

Currently we have two channels, one for messages to stdout and one for alerts, which in addition to printing a message to stdout will also send emails. If code running as a result of an alert sends a message to the message channel, the program will hang. Need to figure out a way to fix that. A simple but not very good solution would be to buffer the message channel, but I think there's a better way.

@ghost ghost assigned bam365 Jul 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant