mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #453] [MERGED] Improved handling of named pipes (FIFO) #463
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#463
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/453
Author: @ku1ik
Created: 12/5/2021
Status: ✅ Merged
Merged: 2/15/2022
Merged by: @ku1ik
Base:
develop← Head:feature/fifo-reopen📝 Commits (2)
62d77dcAutomatically reopen named pipe (FIFO) and resume writing upon BrokenPipeErrord16c2abIgnore mypy's check for None in hot code path📊 Changes
5 files changed (+113 additions, -42 deletions)
View changed files
📝
asciinema/asciicast/raw.py(+14 -18)📝
asciinema/asciicast/v2.py(+28 -20)📝
asciinema/async_worker.py(+5 -0)➕
asciinema/file_writer.py(+43 -0)📝
asciinema/recorder.py(+23 -4)📄 Description
Automatically reopen named pipe (FIFO) and resume writing upon BrokenPipeError.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.