We have a Unity3D Game. It sometimes needs to make Rest-API calls to the remote server. Remote server has uwsgi(tried gunicorn, didn’t change much)+python+flask+haproxy+mongodb (I just laid out our entire back-end stack). We use proyecto26 on our game as a rest client driver. The problem is, we sometimes get gigantic latency issues. Normally it’s around 100-300 ms. But sometimes it spikes up to 13000 ms (13 seconds). But when I try our server with postman. I get latency results around 100-300 ms. Any idea what could be the reason?
Our Unity version is 2019.1.4f1