diff --git a/lib/posthog/client.rb b/lib/posthog/client.rb index cc346f9..f4ff3b0 100644 --- a/lib/posthog/client.rb +++ b/lib/posthog/client.rb @@ -52,8 +52,6 @@ def initialize(opts = {}) ) @distinct_id_has_sent_flag_calls = SizeLimitedHash.new(Defaults::MAX_HASH_SIZE) { |hash, key| hash[key] = Array.new } - - at_exit { @worker_thread && @worker_thread[:should_exit] = true } end # Synchronously waits until the worker has cleared the queue.