You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: