Open pepone opened 1 week ago
It seems like the server connection is already closed when we accept the next stream:
ValueTask<IMultiplexedStream> nextAcceptStreamTask = sut.Server.AcceptStreamAsync(default);
I don't see other way this code could return a completed task.
And it's closed because sut.Server idle timed out?
This test failed https://github.com/icerpc/icerpc-csharp/actions/runs/11842440314/job/33001037790