Open kokevk opened 6 years ago
Normally works well, but sometimes the error appears Error #1132: Invalid JSON parse input
because it can be?
var rawData:Object = JSON.parse(message);
It happens to me as well, even with JSON that are not from Firebase.
My guess is that the JSON parser is a bit buggy.
I have to find some solution I blocked the game when the json fails :)
Normally works well, but sometimes the error appears Error #1132: Invalid JSON parse input
because it can be?
var rawData:Object = JSON.parse(message);