alpha
Login
or
Join now
compounding.tech
/
pty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pty
/
src
/
at
139fccb22e90582bb4501a40005eae28605ddd87
2 folders
7 files
Johannes Schickling
fix: resolve send() on 'finish' instead of 'close'
3mo ago
f134bf63
testing
pty test
4 months ago
tui
Sort alpha
4 months ago
cli.ts
fix: resolve send() on 'finish' instead of 'close' Fixes #18 'close' requires both sides to send FIN (full bidirectional TCP close). In Linux namespace containers, the server's automatic FIN via allowHalfOpen: false is unreliable, causing send() to hang until timeout. 'finish' fires when socket.end() has been flushed to the OS kernel, which is sufficient for Unix domain sockets.
3 months ago
client.ts
fix: resolve send() on 'finish' instead of 'close' Fixes #18 'close' requires both sides to send FIN (full bidirectional TCP close). In Linux namespace containers, the server's automatic FIN via allowHalfOpen: false is unreliable, causing send() to hang until timeout. 'finish' fires when socket.end() has been flushed to the OS kernel, which is sufficient for Unix domain sockets.
3 months ago
keys.ts
Fix more edge cases, introduce send command
4 months ago
protocol.ts
peek --plain and send --with-delay
4 months ago
server.ts
peek --plain and send --with-delay
4 months ago
sessions.ts
pty test
4 months ago
spawn.ts
Interactive
4 months ago