From b73204dfbb7855ff66fcb95355a33ead6cdaeffd Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Mon, 10 Aug 2026 11:35:03 -0400 Subject: [PATCH] fix: update LaunchDarkly.EventSource to 5.3.2 (SDK-2755) Picks up the SSE read-buffer increase (1024 -> 8192 bytes) shipped in LaunchDarkly.EventSource 5.3.2, which resolves the MAUI Android streaming stall where SSE reads would block ~60s waiting for the next server keepalive. Release notes: https://github.com/launchdarkly/dotnet-eventsource/releases/tag/5.3.2 Fix PR: https://github.com/launchdarkly/dotnet-eventsource/pull/124 --- pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj index 1db68293..436a6561 100644 --- a/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj +++ b/pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj @@ -50,7 +50,7 @@ - +