Gomol internal message queue grows unbounded #20
Closed
Comments
PR #21 fixed this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: