Closed 0x53A closed 5 years ago
Thanks for the report, this should be an easy fix indeed. The root cause is almost always in SimpleJson as the library handles all JSON serialization business, I will try to fix it later today
Fixed in SimpleJson/PR-18, will patch remoting client as soon the nuget is ready
Fix and published in version 4.5.3
of the remoting client, can you please update and check whether the issue persists?
Thank you! I reverted all my workarounds, updated the packages and now everything so far works!
byte arrays: ✔️ uint32: ✔️ float32: ✔️
I wanted to transmit a float32 array over Fable.Remoting, but always got
Workaround
After changing all of them to float (64 bit), it works
Root cause
I would guess this is maybe because Fable.SimpleJson doesn't handle System.Single?