-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pty_handler): verify if pty is open in pty source event
This commit adds a check to ensure the pty slave is open on the backend by any process (e.g., minicom, picocom) during the pty source event. This prevents transmitting guest output messages back to the frontend when the backend console is not open. Note: This is a temporary workaround to ensure functionality while investigating why the `SOURCE_PTY` event is not triggered when the backend console is open. Signed-off-by: João Peixoto <[email protected]>
- Loading branch information
1 parent
dd7dee0
commit 9e19829
Showing
1 changed file
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters