Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need the test server to mirror data. #212

Closed
jan-ivar opened this issue Mar 1, 2021 · 4 comments
Closed

Need the test server to mirror data. #212

jan-ivar opened this issue Mar 1, 2021 · 4 comments

Comments

@jan-ivar
Copy link
Member

jan-ivar commented Mar 1, 2021

We'll need this to test:

  • reception of streaming data of more than a few bytes (e.g. re-chunking)
  • test what is actually being sent (bugs like Using WHATWG streams for stream creation #40 (comment)).
  • Message-framing for proof-of-concept tests like mapping WebSocket API to a bidirectional stream.
  • test reception of server-initiated bidi streams.

The current server only sends a number value (count of bytes last received).

@aboba
Copy link
Collaborator

aboba commented Mar 3, 2021

I would add to your list testing of datagram sending/receiving APIs (e.g. have the server echo a received datagram).

@wilaw wilaw added the Discuss at next meeting Flags an issue to be discussed at the next WG working label Apr 13, 2021
@wilaw wilaw added this to the Minimum viable ship milestone May 26, 2021
@jan-ivar
Copy link
Member Author

Meeting (yesterday):

  • @vasilvv mentioned we might get this by end of June. 🤞

@jan-ivar
Copy link
Member Author

@wilaw wilaw removed the Discuss at next meeting Flags an issue to be discussed at the next WG working label Jun 23, 2021
@wilaw
Copy link
Contributor

wilaw commented Aug 4, 2021

aioquic library now has an example application which implements a WebTransport echo server aiortc/aioquic@2c45c0a.

Updating of server is tracked in #125

@wilaw wilaw closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants