-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
TODOSomething that wasn't that important for the implementation progressSomething that wasn't that important for the implementation progressbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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;
// in the QuicNet.Tests.ConsoleClient.Program
private static void Context_OnDataReceived(QuicStreamContext obj)
{
Console.WriteLine("Data Received!");
}
I saw that in your server code you send an "Echo!", and was expecting a way to get the data through the delegate, but for some reason, I'm not getting anything. I've traced in the code, and the bytes are sent successfully, but maybe at a lower level, the data is not processed in the client?
Vect0rZ
Metadata
Metadata
Assignees
Labels
TODOSomething that wasn't that important for the implementation progressSomething that wasn't that important for the implementation progressbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed