Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic in pubsub by deleting subs in callback (#1101)
This commit addresses a panic error that occurred after the introduction of a concurrency map in the pubsub by modifying the deletion process of subscriptions. Now, instead of causing a panic, subs are deleted within the callback to ensure thread safety and prevent race conditions.
- Loading branch information