This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
TODO: QuicSocketListener, QuicStreamListener and QuicSessionListener APIs #208
Closed
Description
Currently, the QuicSocket
, QuicSession
, and QuicStream
objects directly call into the JavaScript side with MakeCallback. This limits the ability to use these objects from C++. Similarly to how StreamBase has a Listener interface that can be implemented at the C++ level, the various QUIC objects should also, allowing the classes to be used directly from the C++ side.
Metadata
Metadata
Assignees
Labels
No labels