PhantomAppDevelopment / firebase-as3

Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
MIT License
55 stars 12 forks source link

RealTime - Error #1132: Invalid JSON parse input #25

Open kokevk opened 6 years ago

kokevk commented 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);

agentphantom commented 6 years ago

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.

kokevk commented 6 years ago

I have to find some solution I blocked the game when the json fails :)