test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
johan 2 years ago
parent 718b43e5a5
commit 108b94f7d0

@ -79,7 +79,8 @@ while(true) {
if(in_array($socket,$read))
{
// Accepter la connection entrante
if($client = socket_accept($socket) === false)
$client=socket_accept($socket);
if($client === false)
{
echo "N'a pas pu accepter la connection entrante ERROR : ".socket_strerror(socket_last_error())."\n";
}

Loading…
Cancel
Save