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 TimeSpan parsing #277

Closed matthewcrews closed 2 years ago

matthewcrews commented 2 years ago
Zaid-Ajaj commented 2 years ago

Hi @matthewcrews thanks a lot for debugging the issue and for the fix ❤️ I've merged and published it as part of the Fable.Remoting.Json package and all of the downstream packages (Server, Suave, Giraffe, AspNetCore and DotnetClient) please update to latest and see if the issue has been resolved

matthewcrews commented 2 years ago

Happy to report that my issue has been fixed! Thanks!