sleeyax / pms-android

Unoffical PimpMyStremio android app
MIT License
22 stars 2 forks source link

Block multiple instances #3

Closed sleeyax closed 4 years ago

sleeyax commented 4 years ago

Currently multiple instances of PMS's server can be created if the user presses the back button and re-opens the app. This causes unexpected behavior, because there can only be one IPC connection.

I should check if an instance is already running during the loading screen.