Bonjour,
J'utilise des threads et j'aimerais pourvoir récupérer les résultats.
Alors à la fin de la méthode run j'utilse ceci :
Dans la fonction qui appelle mon thread je fais un $thread->join() et mon problème arrive.
Code : Sélectionner tout - Visualiser dans une fenêtre à part $this->result = $resp;
J'ai une erreur :Auriez une idée pour éviter ce bug ?Network Error (tcp_error)
A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
Merci par avance
Partager