Hi everyone!
I use http requests a lot in my game to fetch and send data to my server.
I use URLLoader but it is still laggy specially with slow internet connection.
I stumbled upon this openfl project which solves exactly the problem I am facing.
https://github.com/yupswing/akifox-asynchttpDoes anyone have an idea how to use that in a stencyl extension or something?
Thank you!