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

TCP Server crashes in a loop #16

Open
tm1000 opened this issue Feb 10, 2019 · 0 comments
Open

TCP Server crashes in a loop #16

tm1000 opened this issue Feb 10, 2019 · 0 comments

Comments

@tm1000
Copy link

tm1000 commented Feb 10, 2019

Add a simple route:

Incoming Port: 5001
Incoming Path: /path/to
Outgoing IP: 127.0.0.1
Outgoing Port: 5002
Outgoing Path: /path/to

Go to "TCP Settings..." to add a TCP Server

Mode: Server
Framing OSC 1.1
IP: 127.0.0.1
Port 5002

Now connect to the TCP server though telnet:
telnet 127.0.0.1 5002

Connection is immediately dropped, log goes into a loop

Sat 09 Feb 2019 [16:42:19] tcp server 127.0.0.1:5002 new connection(0.0.0.0:0)
Sat 09 Feb 2019 [16:42:19] tcp client 0.0.0.0:5002 thread started
Sat 09 Feb 2019 [16:42:19]  initialize failed, already initialized
Sat 09 Feb 2019 [16:42:19] tcp client 0.0.0.0:5002 reconnecting in 5...
Sat 09 Feb 2019 [16:42:24] tcp server 127.0.0.1:5002 new connection(0.0.0.0:0)
Sat 09 Feb 2019 [16:42:24] tcp client 0.0.0.0:5002 thread started
Sat 09 Feb 2019 [16:42:24]  initialize failed, already initialized
Sat 09 Feb 2019 [16:42:24] tcp client 0.0.0.0:5002 reconnecting in 5...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant