From 28e05459df288f683af5cfa11e6c47b4db968002 Mon Sep 17 00:00:00 2001 From: Zaid Ajaj Date: Mon, 8 Jan 2024 10:41:34 -0800 Subject: [PATCH] Fable.Remoting.Client v7.30 :rocket: Dispose of the CancellationTokenRegistration when HTTP requests are done #357 --- Fable.Remoting.Client/Fable.Remoting.Client.fsproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fable.Remoting.Client/Fable.Remoting.Client.fsproj b/Fable.Remoting.Client/Fable.Remoting.Client.fsproj index 8c3f702..b1d5a97 100644 --- a/Fable.Remoting.Client/Fable.Remoting.Client.fsproj +++ b/Fable.Remoting.Client/Fable.Remoting.Client.fsproj @@ -7,9 +7,9 @@ fsharp;fable;remoting;rpc;webserver Zaid Ajaj;Diego Esmerio - 7.29.0 + 7.30.0 true - Update MsgPack to work on dotnet 8 + Dispose of the CancellationTokenRegistration when HTTP requests are done netstandard2.0