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

Added end() to stop server #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

magapp
Copy link

@magapp magapp commented Feb 4, 2025

Added TelnetStream::end() function to stop server.

Background:
I have a project that connect to different WiFi. If the server is not properly stopped when disconnecting from a WiFI, the server won't start properly again either.

@JAndrassy
Copy link
Owner

JAndrassy commented Feb 4, 2025

many networking libraries don't have server.end(). add #if similar to that one in disconnect()
here is the list of server methods in libraries:
https://github.com/Networking-for-Arduino/Arduino-Networking-API/blob/main/ArduinoNetAPILibs.md#methods

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

Successfully merging this pull request may close these issues.

2 participants