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 runtime panic caused by empty streams #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jlucktay
Copy link

@jlucktay jlucktay commented Sep 8, 2020

If a stream is encountered which does not yet have any events, a runtime panic will occur.
Adding this check should prevent that.
Fixes #53.

Also added the generated go.sum file which should be checked in alongside go.mod.

@jlucktay jlucktay force-pushed the fix/53/runtime-panic branch from a29b20f to d4aad37 Compare March 27, 2023 08:33
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.

Bug: Exception raised when LogStream has no events.
1 participant