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
Improve candidate base locking mechanism
Use atomic values for lastReceived and lastSenti. The lock around
resolvedAddr and conn was not being used, so I removed it
Do connectivity check when candidate is added
When trickle is enabled do a connectivity check everytime a candidate
is added. Because we have a new candidate there is a chance we could
have a success this time.