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
A race condition between the second goroutine in Datastore.StartVerificationEventListener and the user clicking on the verification link can cause all future verification result requests to hang forever.
Steps to reproduce:
Comment out the second goroutine in Datastore.StartVerificationEventListener
Request an email verification
Call the verification result endpoint with wait set to true. Wait 20 seconds for the request to elapse
Click on the email verification link
Request another email verification, call the verification result endpoint with wait set to true. The request and all other future result requests will hang forever until the server restarts.
The text was updated successfully, but these errors were encountered:
A race condition between the second goroutine in
Datastore.StartVerificationEventListener
and the user clicking on the verification link can cause all future verification result requests to hang forever.Steps to reproduce:
Datastore.StartVerificationEventListener
wait
set to true. Wait 20 seconds for the request to elapsewait
set to true. The request and all other future result requests will hang forever until the server restarts.The text was updated successfully, but these errors were encountered: