We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d28dc8 commit 0b376b9Copy full SHA for 0b376b9
1 file changed
postgresql_watcher/watcher.py
@@ -134,6 +134,7 @@ def _cleanup_connections_and_processes(self) -> None:
134
self.child_conn = None
135
if self.subscription_process is not None:
136
self.subscription_process.terminate()
137
+ self.subscription_process.join()
138
self.subscription_process = None
139
140
def set_update_callback(self, update_handler: Optional[Callable[[None], None]]):
0 commit comments