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

fix(udp): start client connection only once #18

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Oct 24, 2024

Trying to start a client connection on a sock already used failed and prevent to write other data.
endPacket() allows to close a client connection properly if needed.

Fixes #14

Trying to start a client connection on a sock already used
failed and prevent to write other data.
endPacket() allows to close a client connection properly
if needed.

Fixes stm32duino#14

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added the fix 🩹 Bug fix label Oct 24, 2024
@fpistm fpistm added this to the 1.2.0 milestone Oct 24, 2024
@fpistm fpistm merged commit 860fd33 into stm32duino:main Oct 24, 2024
@fpistm fpistm deleted the end_packet branch October 24, 2024 15:41
@fpistm fpistm added enhancement New feature or request documentation 📚 Improvements or additions to documentation and removed fix 🩹 Bug fix labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 Improvements or additions to documentation enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

UDP sending quirks
1 participant