Closed as not planned
Description
The QuicConnectionProtocol.create_stream()
method was added to the API early on in the project to provide a way to create a raw pair of reader / writers. However, I have since realised that this is a very niche case, none of the examples use this API. It is more powerful to tap into the quic_event_received()
callback.
Similarly the following should probably go:
- the
stream_handler
argument toclient.connect()
- the
stream_handler
argument toserver.listen()