From b2ade003c23abc6fffdaaa6cd32bdfb13532702f Mon Sep 17 00:00:00 2001 From: John Kodumal Date: Fri, 9 Sep 2016 10:36:19 -0700 Subject: [PATCH] Mark initialization completed immediately in ldd mode --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 66fc1fa..ad530dc 100644 --- a/index.js +++ b/index.js @@ -79,6 +79,7 @@ var new_client = function(sdk_key, config) { }); } else { process.nextTick(function() { + init_complete = true; client.emit('ready'); }); }