Skip to content

Commit 8579305

Browse files
committed
stop the store wrapper when shutting down
1 parent fbdd98b commit 8579305

File tree

1 file changed

+1
-0
lines changed
  • lib/ldclient-rb/impl/data_system

1 file changed

+1
-0
lines changed

lib/ldclient-rb/impl/data_system/fdv1.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def start
8686
# (see DataSystem#stop)
8787
def stop
8888
@update_processor&.stop
89+
@store_wrapper.stop
8990
@shared_executor.shutdown
9091
end
9192

0 commit comments

Comments
 (0)