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

Update DefaultSendEvent logic not to wait for queue to be cleaned up if it is full #30

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

kishi-yolabs
Copy link
Collaborator

Before this PR, it seems if we send a event to a queue where it is full, it waits forever until queue will be cleaned-up.
Sometimes it makes watchdog to trap and crash the app silently.

Most of case, we should increase the queue size for these case.
With this change, if queue is full, it asserts with printing logs.
I hope this will help future debugging

@kishi-yolabs kishi-yolabs merged commit 305c0d4 into main Jun 13, 2024
1 check passed
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