skogul
skogul copied to clipboard
WholeFile receiver differs in behavior from other file-receivers
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.