Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

Use java's createTempFile. Fixes #43 #49

Closed nickgal closed 3 years ago

nickgal commented 3 years ago

createTempFile generates a non-conflicting filename which avoids multiple processes trying to read/write the same file.

This fixes #43 the SIGSEGV when running multiple instances under linux.

DeJayDev commented 3 years ago

Love it, thanks for the PR. Small gripe with whatever happened on indentation on the reviewed line.