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

WholeFile receiver differs in behavior from other file-receivers #280

Open
KristianLyng opened this issue Nov 28, 2022 · 0 comments
Open
Labels
bug Something isn't working receiver Receiver-related

Comments

@KristianLyng
Copy link
Collaborator

The regular file receiver will return when done reading the file, but WholeFile will sleep indefinitely.

These should behave in similar manners. The benefit of having them return is that it makes it possible to use Skogul to do batch-based processing. E.g.: Read this file and be done with it.

@KristianLyng KristianLyng added bug Something isn't working receiver Receiver-related labels Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working receiver Receiver-related
Projects
None yet
Development

No branches or pull requests

1 participant