WWW method. Recv failure: Connection reset by peer

Hi guys,
I’m facing a problem which i’m not sure to understand.

I’m using WWW method. It’s working well exept sometimes i have the folowing error message :

“There was a connexion error : Recv failure: Connection reset by peer”

I’m not sure but i think the problem come from my host. I have this error message at the same times on different devices for a couple of minutes and after it’s working well again.
But my host is quite strong :
-SSD drive

My apps is calling some php files on my host. I’m not downloading any images or heavy files, just some characters string (after connecting to a mysql database). I tried to refresh as fast as i can on 5 different devices without any connection problem and i don’t have a tones of player right now.

Do you have any idea?

Thanks
Leo

I have this same problem. Have you figured it out?

Not sure the issue here, but have you tried the UnityWebRequest in the UnityEngine.Experimental.Networking namespace yet? If the WWW object is giving you issues using this may help.

Yes it fixed it itself by upgrading Unity few weeks later.
Which version are you using?