Dathydade
Dathydade
Promise.race([ cycleTLS.get(imgUrl, { ...config, headers, }), new Promise((_, reject) => setTimeout(() => reject(new Error()), 30000)), ]) --- I also noticed that the timeout seems to be ineffective in the Node.js...
https://github.com/Azure/fetch-event-source/issues/46 https://github.com/Azure/fetch-event-source/issues/24 It seems that you need to throw an error in the onerror callback
> In my production app I update lowdb-data all the time, but I write to disk only once in 5 mins AND whenever my app restarts / crashes. The latter...
> > In my production app I update lowdb-data all the time, but I write to disk only once in 5 mins AND whenever my app restarts / crashes. The...