Skip to content
Discussion options

You must be logged in to vote

Please try to add a line (after line 47):

                if conn is None:
                    conn, addr = s.accept()
                    print('Client connected from', addr)
                    _ = conn.recv(256) # ignore connection handshake/header
                    conn.setblocking(False)

to ignore the connection "TELNET LINEMODE" negotiation. Maybe this will solve your problem.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@Josverl
Comment options

Josverl Sep 3, 2024
Collaborator Sponsor

@cwt
Comment options

Comment options

You must be logged in to vote
1 reply
@cwt
Comment options

Answer selected by cwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants