knopp / msgpack_dart

MsgPack implementation for dart / msgpack.org[Dart]
MIT License
56 stars 13 forks source link

Fix: Handle UInt64 and Int64 values for web compatibility in deserializer #18

Open muzzammilshahid opened 3 weeks ago

muzzammilshahid commented 3 weeks ago

This pull request resolves an issue with deserializing UInt64 and Int64 values. The problem occurs specifically on web platforms due to JavaScript's integer range limitations. The fix ensures proper deserialization for these values in web environment.

om26er commented 3 weeks ago

@knopp can you please look into this? This is an essential fix to make sure the library does not crash if integer is large for dart web.