Sauleil Menard-Lamarre
Sauleil Menard-Lamarre
Hello again, I'm not a 100% sure that I understand the meaning of "Bidirectional" But in your console client sample, I've added ``` // in the QuicNet.Tests.ConsoleClient.Program.Main context.OnDataReceived += Context_OnDataReceived;...
I've changed my local version to: `public QuicStreamContext CreateStream(ulong streamId = 1, StreamType streamType = StreamType.ClientBidirectional);` in order to keep the compatibility.
I was wondering if you could add support for FileStream (or Stream in general)? Since we usually use files for computing the CRC, I find it annoying to load the...
This feature is really useful when you want to do certain updates based on a value changed.