Network shouldn't be accessed in EDT or inside read action
已回答
I'm trying to run `HttpRequests.request(url).readString()` and getting the message above. I tried following https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html but I don't understand how I get *out* of the read access? Any advice would be appreciated.
Cheers.
请先登录再写评论。
That was quick - thanks, Jakub!
Simon, please wrap it with
My previous suggestion worked but wasn't correct.