Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: postgres db events listener initialization (#1187)
The `PullSchema` stream was broken causing issues for things like `ftl dev` which relies on updates to know when and how to rebuild. The `LISTEN` needs to be called on each `topic` we want to listen to so we added a loop to listen to all topic channels. Fixes #1182
- Loading branch information