SFML community forums

Help => Network => Topic started by: ProbablyJay on December 30, 2020, 03:51:35 pm

Title: What does a UDP socket returning "Disconnected" mean?
Post by: ProbablyJay on December 30, 2020, 03:51:35 pm
As my understanding goes, UDP sockets are connection-less, but in my program i'm getting "Disconnected" returned as an error code when I try read from my UDP socket, what does it mean coming from UDP?
Title: Re: What does a UDP socket returning "Disconnected" mean?
Post by: eXpl0it3r on January 25, 2021, 10:48:43 pm
Can you provide a code example that reproduces the issue?