skogul icon indicating copy to clipboard operation
skogul copied to clipboard

WholeFile receiver differs in behavior from other file-receivers

Open KristianLyng opened this issue 3 years ago • 0 comments

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 avatar Nov 28 '22 13:11 KristianLyng