Hi,
My application should work using JSON or MessagePack as the message encoder/decoder.
So my server (in Go) is expecting that all numeric values sent by the browser are decoded to 'float64',
but I received small numeric values as 'int8'.
Is there an option to force the encoding in the browser of all numbers
to MessagePack 'float64' type ?
Thanks.