51Degrees/device-detection-node

Temporary files appear in project root dir

imsamurai opened this issue · 1 comments

After i ran app with device detection i found some new temp files in project root:

create mode 100644 AFYZWYAIWFAUTAJITKU
 create mode 100644 AMCUZDTHIHRDVAIQCVD
 create mode 100644 BATMPBTMMXEAZTCTUHO
 create mode 100644 BURGSUCNUYSBRNGGGVB
 create mode 100644 DKTPXHUGMDGSUNEGQQV
 create mode 100644 FHLRSNWXEIGUPBMXXDT
 create mode 100644 FQPWSHZQKIIEOWLEJCX
 create mode 100644 FUYEWDUNIEPMBLKUQBT
 create mode 100644 HJQZKHYRBDTFMNHKHVC
 create mode 100644 JLKUZWTXLANFCJZQJJN
 create mode 100644 JOSOOUVHVXHHHTYZOKO
 create mode 100644 KMQIECREPSGLMZAGWDW
 create mode 100644 KOVIIGLWTJUSRAESVZU
 create mode 100644 LURJJQXCZZZUHBCVNUA
 create mode 100644 MSBJMFJQEJWMPLHXFFR
 create mode 100644 MTTJZWLDGMRPTVDKFVK
 create mode 100644 NRYKCPHODVGHIDRJWCF
 create mode 100644 NSRHDHIPPRSGCBRBQPT
 create mode 100644 OFRATBAGOZRMRJGKJXC
 create mode 100644 OTLUIYNBENITHCZULFM
 create mode 100644 ROLSGGCQTHCOIGGUBAK
 create mode 100644 TRWVFSOKTRYFTXOSHIW
 create mode 100644 UYZOIAMWLDIYRCZCOEL

how can i specify folder for this files or disable such behavior?
for what purposes this files are?

Hi @imsamurai,

In Node.js, the finalizer is not called when a program exits. Some engines maintain files in a temporary directory while they are in operation and these can remain if a Node.js application using one of these engines is closed. We have updated the Website Documentation with the workarounds of this problem. Please refer to Why are my temp files not being cleared when using the Node.js Pipeline API? in FAQs.

Note: The change to set the createTempDataCopy flag is available in the latest Version 4.3.5

Regards,
Fatima Tariq