unitywebrequest can be fast?

I have stock tracking mobile app on Unity. Mobile app is working successfully. But, i have some problems for UnityWebRequest. All buttons work with UnityWebRequest. Even the back button. This causes the application to make slow queries. After a while, the program bloats data. Is there any advice you can give on this? I know HTTP protocols is working slow per seconds.

i’d look into sockets.

or possibly some ready solutions

2 Likes