Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple connections with the same source address #52

Open
lilsweetcaligula opened this issue Aug 11, 2023 · 0 comments
Open

Allow multiple connections with the same source address #52

lilsweetcaligula opened this issue Aug 11, 2023 · 0 comments

Comments

@lilsweetcaligula
Copy link
Contributor

Currently, the Seneca REPL server will allow only a single TCP connection at a time.

For example, when I connect to the Seneca server from two terminals simultaneously, e.g.:

telnet 127.0.0.1 30303

both connections are successful, but only one of them will be able to receive replies from the Seneca REPL server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants