immich/server/src
James Keane 338a028185
fix(server): awaitsendFile (#5515)
Fixes the intermittent EPIPE errors that myself and others are seeing.

By explicitly returning a promise we ensure the caller correctly waits until the `sendFile` is complete before potentially closing or cleaning the socket. This is the most likely bug that would cause EPIPE errors.

Fix was confirmed on a live system -- would benefit from a unit test
though.
2023-12-06 20:51:51 -05:00
..
domain fix: notify mobile app when live photos are linked (#5504) 2023-12-06 08:56:09 -06:00
immich fix(server): awaitsendFile (#5515) 2023-12-06 20:51:51 -05:00
immich-admin fix(server): immich command (#5408) 2023-11-30 14:59:47 -06:00
infra feat(web): re-assign person faces (2) (#4949) 2023-12-05 09:43:15 -06:00
microservices feat: Edit metadata (#5066) 2023-11-30 03:52:28 +00:00
main.ts fix(server): immich command (#5408) 2023-11-30 14:59:47 -06:00