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
Summary:
Previously, we just had one `MLogger` for the whole `MoQServer`. Instead, we'd like to have one `MLogger` per `MoQSession`, which is similar to how we have one `QLogger` for each QUIC connection in mvfst.
In order to do this, I'm creating an `MLoggerFactory` member of the `MoQServer` that would allow us to create a new `MLogger` whenever a new session is created.
Reviewed By: sandarsh
Differential Revision: D89326321
fbshipit-source-id: 3b2b6990f764f98a5a5fbdf09c1937c73ba00b7f
0 commit comments