03-14-2022 02:28 - edited 03-14-2022 02:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-14-2022 02:28 - edited 03-14-2022 02:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Does anyone know why the files get sent but often aren't received?
Is this code incorrect?
It would seem to be as occasionally it works.
Main program
inbox.onnewfile = () => {
console.log("File received from companion");
getSettings();
}
Companion
inbox.onnewfile = () => {
console.log("Companion requested to send settings file!");
sendItems();
};
Author | ch, passion for improvement.

03-14-2022 06:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


03-14-2022 06:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Update: After deleting all versions and starting again for some reason it seems to be working properly again.
Author | ch, passion for improvement.

