-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Describe the bug
We're unable to AppendToStreamAsync in .NET Framework 4.8, on Windows Server 2022 Datacenter version 21H2.
The EventStore we're running against is 21.10.8.0, installed on Windows Server.
To Reproduce
Steps to reproduce the behavior:
- Download this sample: https://github.com/EventStore/EventStore-Client-Dotnet/blob/v23.2.1/samples/appending-events/Program.cs
- Build it against .NET Framework 4.8
- Run EventStore version
21.10.8.0 - Run sample on Windows Server 2022
- It hangs on first await
client.AppendToStreamAsyncrequest.
Expected behavior
For events to be appended.
Actual behavior
The application hangs.
Config/Logs/Screenshots
Default configuration.
EventStore details
- EventStore server version: 21.10.8.0
- Operating system: Windows Server 2022 Datacenter version 21H2
- EventStore client version (if applicable): EventStore.Client.Grpc.Stream-23.2.1
Additional context
Exactly same code, but compiled against .NET 6, works as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels