Skip to content

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

Closed
feelfreelinux opened this issue Feb 2, 2017 · 4 comments
Closed

WifiServer disconnects client. #167

feelfreelinux opened this issue Feb 2, 2017 · 4 comments

Comments

@feelfreelinux
Copy link

feelfreelinux commented Feb 2, 2017

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.

@Dennis650
Copy link

Is this #119 the same problem?

Greetings
Dennis

@me-no-dev
Copy link
Member

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

@feelfreelinux
Copy link
Author

@me-no-dev The problem still occur. Hmm, yes looks related to this issue.

@me-no-dev
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants