I tried to make a pull request but couldn't push to the remote.
Can we have a static reloads variable in hotml.client.Kha, like so:
public static var reloads:Int = 0;
which gets incremented every time reloadAsset is called?
This would allow me to keep track of how many reloads have occurs, and whether or not I need to reset or reload some state in my application.