gwendall
gwendall
Thanks the the answer @raix. For those interested in this question, see https://github.com/phonegap-build/PushPlugin/issues/378.
To elaborate on @mikevercoelen's answer, I extracted the logic to a function ``` type KeepAliveParams = { provider: ethers.providers.WebSocketProvider; onDisconnect: (err: any) => void; expectedPongBack?: number; checkInterval?: number; }; const...
Really cool ! Thanks again for sharing :)
Will do. I assume it comes from there. https://github.com/GroundMeteor/db/blob/connection-driver/groundDB.client.js#L454. Bulk inserting many docs with vanilla Collection.insert() is not the most efficient way to do that. Please check those discussions: -...
I confirm that the initial load of a large nb of docs from localstorage to collections is what blocks the UI. I managed to run it without blocking by using...
It starts blocking after `storage.getItem` returns so it really is a loop issue. Strange for Kernel, haven't had time to dig into it. For `ground:store`, why not simply use localforage?...
+1 Any news about that ?
Facebook doesn't allow you to access your full friends list anymore since API 2.0, just those who also use your app. Bummer. https://developers.facebook.com/docs/graph-api/reference/v2.2/user/friends