Skip to content
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
@jasnell

Description

@jasnell

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions