This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
TODO: QuicSocketListener, QuicStreamListener and QuicSessionListener APIs #208
Comments
(btw, I'm working on this :-) ...) |
jasnell
added a commit
to jasnell/quic
that referenced
this issue
Dec 3, 2019
jasnell
added a commit
to jasnell/quic
that referenced
this issue
Dec 3, 2019
PR: #207 |
jasnell
added a commit
to jasnell/quic
that referenced
this issue
Dec 4, 2019
jasnell
added a commit
to jasnell/quic
that referenced
this issue
Dec 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the
QuicSocket
,QuicSession
, andQuicStream
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.The text was updated successfully, but these errors were encountered: