mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
add pty listener support
This commit is contained in:
parent
67c9e3d982
commit
80c91c9381
5 changed files with 274 additions and 16 deletions
|
@ -175,7 +175,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
}
|
||||
});
|
||||
|
||||
let listener = ServerListener::new().await?;
|
||||
let mut listener = ServerListener::new().await?;
|
||||
loop {
|
||||
let (stream, id) = listener.accept().await?;
|
||||
tokio::spawn(async move {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue