GearsAD / GraffSDK.jl

A Julia SDK for the SlamInDb/GraffSDK project
Apache License 2.0
5 stars 2 forks source link

Possibly wrong big data serialization #106

Open Affie opened 5 years ago

Affie commented 5 years ago

The .data Array{Uint8,1} returned has a bunch of 0x00 at the end causing the JSON string in it to be miss-formed. It seems to work with similar code on a small piece of data.

GearsAD commented 5 years ago

WIP, more to follow on Wednesday

GearsAD commented 5 years ago

Okay, this we have this figured out. Its actually two bugs:

So, two changes made. @affie you may need to switch back to strings for data. But otherwise should be ok.

GearsAD commented 5 years ago

108

GearsAD commented 5 years ago

Can we confirm that all is ok?