Coder Social home page Coder Social logo

Comments (4)

MisterTea avatar MisterTea commented on May 25, 2024

That's by design. There's no et daemon that starts when your machine boots, so it spawns an et server when you connect. You can't have multiple servers listening on the same port, so it kicks out other servers.
If you want multiple terminals, you should be using "tmux -CC" which lets you have multiple tabs and windows using the same connection. Unfortuntely, only iTerm (mac only) and a fork of Terminator supports tmux -CC at the moment.
It may not be hard to allow multiple et connections. I'll look into it and report back. The issue is what to do when a client dies. If the client reconnects and a new connection starts, then we need some way to clean up the old connections. Mosh does this by warning you when there's a stale connection and letting the user kill it.

from eternalterminal.

NikolasOliveira avatar NikolasOliveira commented on May 25, 2024

Thanks for the quick response @MisterTea!
I unfortunately don't use a terminal emulator that supports tmux -CC; further to that I use a tiled window manager that does all my tabbing, window organizing and tiling already and would like to avoid introducing yet another layer on top of that with tmux -CC if I can avoid it.

So as of now the et one connection limit is kind of a deal breaker for me :(

Consider this an eager feature request for native support for multiple sessions with et :)
Even if it's as simple as mosh's support for this, which isn't great as you mentioned, but a big step forward at least.

Cheers,
Niko

from eternalterminal.

MisterTea avatar MisterTea commented on May 25, 2024

from eternalterminal.

MisterTea avatar MisterTea commented on May 25, 2024

Dupe of #20

from eternalterminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.