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
There is a select followed by an insert. Since promises are used (and maybe the underlying APIs are asynchronous as well), it is possible (though unlikely) that two requests will complete the select before either completes the insert. In that case, two links will be sent, but only one will be valid.
The text was updated successfully, but these errors were encountered:
There is a select followed by an insert. Since promises are used (and maybe the underlying APIs are asynchronous as well), it is possible (though unlikely) that two requests will complete the select before either completes the insert. In that case, two links will be sent, but only one will be valid.
The text was updated successfully, but these errors were encountered: