Islands in the streams
This just in!
Update: So, I thought my problems where with the error 209, ACTION_UNKNOWN seen below in a few logs. Not so. Tonight I just realized that I'm playing around with streams that don't support stuff like available()
(natively using IDOS->GetFilePosition()
and such), i.e. any streaming data with no real end, like STDIN. Like, duh... Anyhow. I've solved this by calling IDOS->IsInteractive()
on the file handle prior calling any un-supported functions on it.