You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
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.