pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
115 stars 32 forks source link

Race condition causes duplicate comments for same webmention source + target #474

Open snarfed opened 2 months ago

snarfed commented 2 months ago

Hi @pfefferle, @dshanske! I got an interesting one just now: Bridgy Fed sent the same webmention (with same source and target) twice at almost the exact same time, within just ~10ms or so, and the plugin created two duplicate comments for it:

image

Looks like a race condition? I'm guessing you may want to add a lock or database transaction to prevent this.

snarfed commented 2 months ago

cc https://github.com/snarfed/bridgy-fed/issues/1063#issuecomment-2121150166