Skip to content

Is Bidirectional working (client to server to client)? #4

Open
@angedelamort

Description

@angedelamort

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOSomething that wasn't that important for the implementation progressbugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions