Merge branch 'master' of https://codefirst.iut.uca.fr/git/nathan.boileau/Scripted
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
commit 2f18ab3a92

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

Loading…
Cancel
Save