SharkCagey / SharkCage

1 stars 3 forks source link

Network manager response on send + check if application is already running before starting cage #82

Closed DonatJR closed 6 years ago

DonatJR commented 6 years ago

Sending with the network manager now always waits for a response and generates a timeout result if no response is received. The manager sends either a success message or, if one or more process of the config is already running on the default desktop, a failure message with an appropriate text which will be displayed to the user.

fixes #54 fixes #73