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

Program loop after Wi-Fi connection lost #50

Open
matteoda opened this issue Jun 2, 2024 · 1 comment
Open

Program loop after Wi-Fi connection lost #50

matteoda opened this issue Jun 2, 2024 · 1 comment

Comments

@matteoda
Copy link

matteoda commented Jun 2, 2024

I've noticed that whenever Wi-Fi is lost unexpectedly the following loop occurs:

May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:22 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!
May 31 22:13:23 esp32 stream_server [W][stream_server:168]: Failed to read from client 192.168.0.122 with error 128!

@dongbh
Copy link

dongbh commented Jun 5, 2024

It seems the server can not disconnect the old connections when wifi connects again. The same question when replug the rj45.

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

2 participants