[bisq-network/bisq] Bisq fills drive with PreventAppNap soundfiles (#1931)

Manfred Karrer notifications at github.com
Sat Nov 17 16:40:27 UTC 2018


Just tested it on OSX and here it gets deleted when app is closed (even if its hard killed).

 ```
File soundFile = File.createTempFile("Bisq-", "-PreventAppNap-soundFile");
soundFile.deleteOnExit();
```

Seems the `deleteOnExit` does not work on your system for some unknown reason. If you are a developer could you try to debug into that? Otherwise could you send me the log file (manfred at bitsquare dot io)?

@freimair Do you have any idea or do you know if there are issues on Linux with temp files and `deleteOnExit`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/1931#issuecomment-439630059
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181117/e511d5bf/attachment.html>


More information about the bisq-github mailing list