fix: improve async validator handling in Pubsub class

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-06-26 19:52:35 +05:30
parent 6a92fa26eb
commit 8b2268fcc9
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.