-
Notifications
You must be signed in to change notification settings - Fork 7.6k
WifiServer disconnects client. #167
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
Comments
Is this #119 the same problem? Greetings |
The biggest mistake is that you get the client with server.available, but then send to another server.available which might or might not be there. Send to BNC instead |
@me-no-dev The problem still occur. Hmm, yes looks related to this issue. |
issue is resolved in the latest commits. I'm closing this now :) |
darkxst
pushed a commit
to darkxst/arduino-esp32
that referenced
this issue
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I send message to client via WifiServer.avalible, the user is disconnected from server - I can connect to it again, so server is not stopping.
Sending the code - I am trying to write simple IRC bouncer.
The text was updated successfully, but these errors were encountered: