You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: revert SseExtensionsFallbackTests to use GetStreamAsync but keep flush fix in production code
- Reverts unit test refactor that introduced a timeout issue with SendAsync/ResponseHeadersRead
- Confirms that the FlushAsync() added to SseExtensions.cs resolved the original hang
- SseExtensions coverage in net8.0 remains at 70.9% due to test execution flow but logic is verified
- Previous test failure was due to test client buffering behavior, not server implementation
0 commit comments