Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent pubsub naming clashes (#3522)
Topic or subscription `a.b_c` would have previously clashed with `a_b.c` as we were separating module and name by underscores
- Loading branch information