msgpack_dart icon indicating copy to clipboard operation
msgpack_dart copied to clipboard

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

Open muzzammilshahid opened this issue 1 year ago • 1 comments
trafficstars

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.

muzzammilshahid avatar Jun 25 '24 15:06 muzzammilshahid

@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.

om26er avatar Jun 27 '24 21:06 om26er