Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Gomol internal message queue grows unbounded #20

Closed
aphistic opened this issue Jun 26, 2017 · 1 comment
Closed

Gomol internal message queue grows unbounded #20

aphistic opened this issue Jun 26, 2017 · 1 comment

Comments

@aphistic
Copy link
Owner

The internal message queue used before messages are written to the loggers has no upper bounds, so if one or more loggers are being bad citizens it could cause the queue to grow unbounded. There should be a default upper limit that can be configured by the user to allow them to handle this case.

aphistic added a commit that referenced this issue Aug 22, 2017
Address unbounded queue (Issue #20)
@aphistic
Copy link
Owner Author

PR #21 fixed this issue.

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

No branches or pull requests

1 participant