My game crash for weird reason
I noticed very strange behavior, the game crashes when user flips fast.
The game has icons, every an icon is images folder, when user clicks icon, the game load images from the folder and creates thumbnail and displays the thumbnails on another half of screen, so player can choose an image to play.
When player clicks icons fast jumping from icon to another, the game crashes, and while if he does that slowly, the game work perfectly.
I test my game and followed the code line by line, I'm sure the problem is not my code,
Any one has solution or face same problem before?
I use c# and loading is sequentially, image after image, I use Async/await and Task(no, async and task are not the problem, I removed them and same problem), now I use task. Delay(100) to hide the problem, but it's not the solution, any explanation for this?