senseiwells / EssentialClient

EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
MIT License
77 stars 14 forks source link

Network.requestUrl problem #116

Closed JiangZeOvO closed 1 year ago

JiangZeOvO commented 1 year ago

Through Network.requestUrl Get JSON Web page in request Client not responding Only when the webpage returns data will the client continue to run Is there any way to make the client run normally during web page requests

senseiwells commented 1 year ago

This is likely a result of you running the requestUrl on the main thread. Unfortunately I am working on this issue at a larger scale and will be planned to be fixed at a later date.