fix: improve async validator handling in Pubsub class (#705)

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
varunrmallya
2025-06-29 16:02:00 +05:30
committed by GitHub
parent ef16f3c993
commit 211e951678
2 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1 @@
Fixed an issue in `Pubsub` where async validators were not handled reliably under concurrency. Now uses a safe aggregator list for consistent behavior.