ArneBab_ has quit [Remote host closed the connection]
nebunez has joined #racket
catonano_ has joined #racket
catonano has quit [Ping timeout: 256 seconds]
catonano_ is now known as catonano
phillbush has joined #racket
TCZ has quit [Quit: Diabe? tkwi w szczegó?ach]
dustyweb has quit [Read error: Connection reset by peer]
dustyweb has joined #racket
MetaHertz has quit [Remote host closed the connection]
mzan has quit [Quit: No Ping reply in 180 seconds.]
mzan has joined #racket
acarrico has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 246 seconds]
FreeFull has quit []
acarrico has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
<aliasless>
I've got an issue writing data to a processes stdin, where the process fails after a consistent period of time: https://pastebin.com/raw/fAMVXwdM
srandon111 has joined #racket
srandon111 has left #racket [#racket]
wingsorc has quit [Ping timeout: 260 seconds]
catonano has quit [Quit: catonano]
catonano has joined #racket
phillbush has quit [Quit: Leaving]
caente has quit [Ping timeout: 272 seconds]
<aliasless>
oh, for all that writing I forgot to mention an important detail, when ffmpeg hangs the call to write-bytes hangs as well, it's possible that ffmpeg isn't hanging at all and its merely no longer receiving any data on stdin but I'm not sure how to go about figuring which it is
endformationage has quit [Quit: WeeChat 2.9]
narimiran has joined #racket
bchar has quit [Read error: Connection reset by peer]
bchar has joined #racket
evdubs_ has joined #racket
evdubs has quit [Ping timeout: 264 seconds]
<winny>
aliasless: I'm uncertain why this would help, but I'd see uf flush-output-port after the write helps
<winny>
I can't reason why that would help but buffering often makes ports confusing