I'm running on fumes regarding internet bandwidth.
I'm sure that everyone who reads this, will have all the Positive Energy they need to fulfill the next year, and the years coming, in a good and balanced way
I'm running on fumes regarding internet bandwidth.
I'm sure that everyone who reads this, will have all the Positive Energy they need to fulfill the next year, and the years coming, in a good and balanced way
Quote: "Due to significant vulnerabilities presented by legacy VPN appliances, SonicWall will be deactivating all SMA100 appliances on October 31, 2025. "
So it's End-of-Function
Sadece beş ülkede var! Tek başına 4,5 milyon haneye yetecek! Yarın Boğaz'dan geçecek!: Başkan Recep Tayyip Erdoğan'ın talimatıyla "Enerjide tam bağımsız Türkiye" hedefiyle çalışmalar devam ederken, Karadeniz'de yerli doğalgaz üretimini artıracak yüzer platform ile gövde gösterisi yapılacak.
Türkiye'nin ilk yüzer üretim, depolama ve tahliye platformu (FPSO) İstanbul'un Fethi'nin 572. yıl dönümü olan 29 Mayıs… https://www.eshahaber.com.tr/haber/sadece-bes-ulkede-var-tek-basina-4-5-milyon-haneye-yetecek-yarin-bogaz-dan-gececek-228713.html?utm_source=dlvr.it&utm_medium=mastodon EshaHaber.com.tr #Enerji #Türkiye #Doğalgaz #EOF #Boğaz
Found an issue and fixed it. Turns out destroying my #Process instance when the child exited was wrong, there could still be unread data in the #pipe. But then, only waiting for #EOF on the pipe was equally wrong ...
Now the code does the only reliable thing:
* When the child terminated, close the pipe for stdin immediately if one was present
* Only destroy the process instance once the child terminated AND the pipes for #stdout and #stderr (IF they were present) found EOF.
Committed now:
https://github.com/Zirias/poser/commit/18051d9da0ba7e4caf2882828e5706e35d419f94
And here are the docs:
https://zirias.github.io/poser/api/latest/class_p_s_c___process.html
My testing code also had to change a bit and now makes for a completely pointless and cute wrapper around /bin/ls 🙈 😂