expo / custom-expo-updates-server

238 stars 67 forks source link

Notice the service is using the Sync FS API #32

Open export-mike opened 1 year ago

export-mike commented 1 year ago

This will block the server responding from other requests, shouldn't this be using the async equivalent apis from fs?

await util.promisify(fs.readFile)(filepath) https://github.com/expo/custom-expo-updates-server/blob/main/expo-updates-server/pages/api/assets.ts#LL63C22-L63C34