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
After Peer is constructed, and before the session initialization for
that peer completes, the peer_pdp pointer was null. It is possible
that the pointer will be dereferenced in that time window. Initialize
the peer_pdp pointer at construction time so that it will always be
non-null.
0 commit comments