SFML community forums

Help => Network => Topic started by: vbęro on February 07, 2016, 01:17:14 pm

Title: Failed to bind listener socket to port 1203
Post by: vbęro on February 07, 2016, 01:17:14 pm
Hi, I have made this code:
(click to show/hide)
And when i press P to run the server it keeps telling me "Failed to bind listener socket to port 1203". What have I done wrong?
Title: Re: Failed to bind listener socket to port 1203
Post by: Laurent on February 07, 2016, 06:24:27 pm
Call "listen" once during init, not 40 times per second.
Title: Re: Failed to bind listener socket to port 1203
Post by: vbęro on February 10, 2016, 05:57:45 pm
Ok, thanks.