From 9746e58e69d5c1458015a338f6640230f5cf2eff Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Thu, 15 Feb 2024 12:33:40 +0800 Subject: [PATCH] fix(changefeeds): ensure change listener for drivers table remain intact --- src/placeos-rest-api/utilities/changefeeds.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/placeos-rest-api/utilities/changefeeds.cr b/src/placeos-rest-api/utilities/changefeeds.cr index 28ece6f2..3713f2c2 100644 --- a/src/placeos-rest-api/utilities/changefeeds.cr +++ b/src/placeos-rest-api/utilities/changefeeds.cr @@ -27,8 +27,6 @@ module PlaceOS::Api rescue nil ensure - # Terminate the changefeed - changefeed.stop channel.close end end