Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Fix MsgPack decimal #236

Closed kerams closed 3 years ago

kerams commented 3 years ago

Decimals were be serialized as floats, which could result in losing precision (or rather the deserialized number would not match the original). Instead, we now use its binary representation using 4 integers.

Also fixes #235 with some better messages.

Zaid-Ajaj commented 3 years ago

Awesome stuff :fire: Published as of v1.9 for Fable.Remoting.MsgPack