Closed lordoffox closed 3 years ago
Hello, @lordoffox thank you for reporting the bug. It's currently being worked on, and this might require changes on the interfaces that send data.
Approaches:
The most likely approach will be point 1.
The QUIC protocol draft 27 is kind of vague on the messaging between the streams, and it's partly because it should be just a transfer medium rather than messaging implementation.
Thank you!
@lordoffox Fixed with efb916a
Describe the bug When i run QuickNet.Tests.ConsoleServer and QuicNet.Tests.ConsoleClient. I receive an exception ArgumentException at Program.cs line 34. byte[] data = stream.Receive();
Additional context The exception raise at QuicStream.cs line 117. _data.Add(0, frame.StreamData); When _data already have an item.