aristanetworks / cloudvision

Resources and documentation for Arista's CloudVision platform
21 stars 13 forks source link

fix(a-msgpack): write uint32 when appropriate #938

Closed wheelere closed 1 year ago

wheelere commented 1 year ago

Add case for JSBI values between int32.MAXSAFE and uint32.MAXSAFE to write those values as uint32 instead of uint64.